OSDN Git Service

Make this example pass use some things from lib/Support (EscapeString,
authorReid Spencer <rspencer@reidspencer.com>
Mon, 7 Aug 2006 23:17:24 +0000 (23:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 7 Aug 2006 23:17:24 +0000 (23:17 +0000)
commit05445e30aa95ca53c55ab050fbabc8ca14631516
tree4d632d25303a9f2d31ea0abb85586413211d501a
parent42fe455d3789b8e7913f463f85cd5606d7fb6efe
Make this example pass use some things from lib/Support (EscapeString,
SlowOperatingInfo, Statistics). Besides providing an example of how to
use these facilities, it also serves to debug problems with runtime linking
when dlopening a loadable module. These three support facilities exercise
different combinations of Text/Weak Weak/Text and Text/Text linking
between the executable and the module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Hello/Hello.cpp