From ea6c39d417172a8edb99667e93cd6b67cd024e6a Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Tue, 23 Feb 2010 18:10:07 +0000 Subject: Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of the examples shared to make sure the shared library keeps working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96959 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/BrainF/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/BrainF') diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile index 2c3e066..2e2cb6d 100644 --- a/examples/BrainF/Makefile +++ b/examples/BrainF/Makefile @@ -9,6 +9,9 @@ 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 -- cgit v1.1