commit | 4c08840e4bc247f3567320ca9258479659b0042f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 11 14:59:53 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 11 14:59:53 2003 +0000 |
tree | 05ad2a0f46c713d1679d8bbe68c5cb50a9cdcc9c | |
parent | ac0c8680ad53c08189c23f39c79a2147378692df [diff] [blame] |
Include the new selection library for the X86 target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7720 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 7ca5c60..cc84a6c 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile
@@ -19,7 +19,7 @@ # What the X86 JIT requires ifdef ENABLE_X86_JIT CPPFLAGS += -DENABLE_X86_JIT - JITLIBS += x86 + JITLIBS += x86 selection # X86 doesn't require any ARCHLIBS endif