diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-23 20:53:37 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-23 20:53:37 +0000 |
commit | 15983e57d6e8d3074f96051457a28e3879c8635c (patch) | |
tree | a87ba6252d771f5be30b5638737774d3523ec629 /llvm/examples | |
parent | b14a5c52bc70af359207f1348780f22dad115aa6 (diff) | |
download | bcm5719-llvm-15983e57d6e8d3074f96051457a28e3879c8635c.tar.gz bcm5719-llvm-15983e57d6e8d3074f96051457a28e3879c8635c.zip |
Roll back r96959 again.
llvm-svn: 96981
Diffstat (limited to 'llvm/examples')
-rw-r--r-- | llvm/examples/BrainF/Makefile | 3 | ||||
-rw-r--r-- | llvm/examples/Fibonacci/Makefile | 3 | ||||
-rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/llvm/examples/BrainF/Makefile b/llvm/examples/BrainF/Makefile index 2e2cb6d1ae0..2c3e0662523 100644 --- a/llvm/examples/BrainF/Makefile +++ b/llvm/examples/BrainF/Makefile @@ -9,9 +9,6 @@ LEVEL = ../.. TOOLNAME = BrainF EXAMPLE_TOOL = 1 -# To keep the shared library working, we link a few of the examples -# against it unconditionally. -ENABLE_SHARED = 1 LINK_COMPONENTS := jit bitwriter nativecodegen interpreter diff --git a/llvm/examples/Fibonacci/Makefile b/llvm/examples/Fibonacci/Makefile index d89119add7b..71f6ba0ef52 100644 --- a/llvm/examples/Fibonacci/Makefile +++ b/llvm/examples/Fibonacci/Makefile @@ -10,9 +10,6 @@ LEVEL = ../.. TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 -# To keep the shared library working, we link a few of the examples -# against it unconditionally. -ENABLE_SHARED = 1 # Link in JIT support LINK_COMPONENTS := jit interpreter nativecodegen diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index c61e9e12b85..c8919db90cc 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -9,9 +9,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 -# To keep the shared library working, we link a few of the examples -# against it unconditionally. -ENABLE_SHARED = 1 LINK_COMPONENTS := jit interpreter nativecodegen |