mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Removing unnecessary link component for MCJIT unittests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e46be7838a
commit
65d60c8468
@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
asmparser
|
||||
bitreader
|
||||
bitwriter
|
||||
jit
|
||||
mcjit
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
LEVEL = ../../..
|
||||
TESTNAME = MCJIT
|
||||
LINK_COMPONENTS := core jit mcjit native support
|
||||
LINK_COMPONENTS := core mcjit native support
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||
|
Loading…
Reference in New Issue
Block a user