mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
[CMake] Update libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95d3cfc51d
commit
a84c1fb652
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
JIT
|
||||
MC
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
Interpreter
|
||||
JIT
|
||||
MC
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
Interpreter
|
||||
JIT
|
||||
MC
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
JIT
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
nativecodegen
|
||||
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
JIT
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
nativecodegen
|
||||
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
JIT
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
nativecodegen
|
||||
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
JIT
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
|
@ -8,7 +8,9 @@ set(LLVM_LINK_COMPONENTS
|
||||
Instrumentation
|
||||
Interpreter
|
||||
JIT
|
||||
MC
|
||||
MCJIT
|
||||
Object
|
||||
SelectionDAG
|
||||
Support
|
||||
native
|
||||
|
@ -1,5 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
Object
|
||||
Support
|
||||
)
|
||||
|
@ -1,5 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
Object
|
||||
Support
|
||||
)
|
||||
|
@ -1,4 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
MC
|
||||
Object
|
||||
Support
|
||||
)
|
||||
|
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
Interpreter
|
||||
MC
|
||||
Support
|
||||
)
|
||||
|
||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
JIT
|
||||
MC
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
IPO
|
||||
JIT
|
||||
MC
|
||||
MCJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
|
@ -1,5 +1,7 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
MC
|
||||
MCAnalysis
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_unittest(MCTests
|
||||
|
Loading…
x
Reference in New Issue
Block a user