summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-23 20:53:37 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-23 20:53:37 +0000
commit407fbdd161d4134901fefe267779a4aaaeab2f0d (patch)
tree10889569ea16b2dd7523646ad44c85166abc5687 /examples
parentd7283d9c54dbc45d47ee0fbed0fbdcbf0ae74f23 (diff)
downloadllvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.gz
llvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.bz2
llvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.xz
Roll back r96959 again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/BrainF/Makefile3
-rw-r--r--examples/Fibonacci/Makefile3
-rw-r--r--examples/HowToUseJIT/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile
index 2e2cb6d1ae..2c3e066252 100644
--- a/examples/BrainF/Makefile
+++ b/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/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index d89119add7..71f6ba0ef5 100644
--- a/examples/Fibonacci/Makefile
+++ b/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/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile
index c61e9e12b8..c8919db90c 100644
--- a/examples/HowToUseJIT/Makefile
+++ b/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