forked from OSchip/llvm-project
Remove the JIT from LLDB's dependencies to fix the build
llvm-svn: 217002
This commit is contained in:
parent
112237b476
commit
634ff8ec04
|
@ -177,7 +177,6 @@ list(APPEND LLDB_SYSTEM_LIBS ${system_libs})
|
|||
|
||||
set( LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
jit
|
||||
interpreter
|
||||
asmparser
|
||||
bitreader
|
||||
|
|
Loading…
Reference in New Issue