diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-04 18:34:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-04 18:34:16 +0000 |
commit | 279015226e68820b5bdff358b3c045f893db4efc (patch) | |
tree | 3ad73bf8fab1a8bd5b5c5dbebaafbbe9f202215d /tools/lli/Makefile | |
parent | dffb2e83ed2546226d09c40aa43524e2392322da (diff) |
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Rafael Esp?ndola for pointing this out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 406a74a11a..e7e61bb98d 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -6,9 +6,10 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL := ../.. TOOLNAME := lli -LINK_COMPONENTS := jit interpreter native bcreader +LINK_COMPONENTS := jit interpreter native bcreader selectiondag REQUIRES_EH := 1 # Enable JIT support |