forked from OSchip/llvm-project
Remove nativecodegen as it forces the native target libraries to be linked in regardless of whether the target was specified in LLVM_TARGETS_TO_BUILD
llvm-svn: 201519
This commit is contained in:
parent
1a3e5858b9
commit
f275d09a34
|
@ -151,7 +151,6 @@ set( LLVM_LINK_COMPONENTS
|
|||
${LLVM_TARGETS_TO_BUILD}
|
||||
jit
|
||||
interpreter
|
||||
nativecodegen
|
||||
asmparser
|
||||
bitreader
|
||||
bitwriter
|
||||
|
|
Loading…
Reference in New Issue