mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-17 21:29:02 +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:
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Core
|
Core
|
||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
)
|
)
|
||||||
|
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
Interpreter
|
Interpreter
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
)
|
)
|
||||||
|
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
Interpreter
|
Interpreter
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
)
|
)
|
||||||
|
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
InstCombine
|
InstCombine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
|
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
InstCombine
|
InstCombine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
|
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
InstCombine
|
InstCombine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
|
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
InstCombine
|
InstCombine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
TransformUtils
|
TransformUtils
|
||||||
|
@@ -8,7 +8,9 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Instrumentation
|
Instrumentation
|
||||||
Interpreter
|
Interpreter
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
MCJIT
|
MCJIT
|
||||||
|
Object
|
||||||
SelectionDAG
|
SelectionDAG
|
||||||
Support
|
Support
|
||||||
native
|
native
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
${LLVM_TARGETS_TO_BUILD}
|
${LLVM_TARGETS_TO_BUILD}
|
||||||
|
Core
|
||||||
Object
|
Object
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
${LLVM_TARGETS_TO_BUILD}
|
${LLVM_TARGETS_TO_BUILD}
|
||||||
|
Core
|
||||||
Object
|
Object
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
|
MC
|
||||||
Object
|
Object
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Core
|
Core
|
||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
Interpreter
|
Interpreter
|
||||||
|
MC
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Core
|
Core
|
||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
Support
|
Support
|
||||||
nativecodegen
|
nativecodegen
|
||||||
)
|
)
|
||||||
|
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
IPO
|
IPO
|
||||||
JIT
|
JIT
|
||||||
|
MC
|
||||||
MCJIT
|
MCJIT
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
|
MC
|
||||||
MCAnalysis
|
MCAnalysis
|
||||||
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_unittest(MCTests
|
add_llvm_unittest(MCTests
|
||||||
|
Reference in New Issue
Block a user