mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
4739f740ea
This reverts commit 2c3cf62d4a26de85aab180bb43a579c913b17f3e. Causes build failures on x86_64, will respond to commit thread with link errors.
16 lines
453 B
CMake
16 lines
453 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
TableGen
|
|
)
|
|
|
|
add_llvm_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
|
|
CodeExpander.cpp
|
|
GIMatchDag.cpp
|
|
GIMatchDagEdge.cpp
|
|
GIMatchDagInstr.cpp
|
|
GIMatchDagOperands.cpp
|
|
GIMatchDagPredicate.cpp
|
|
GIMatchDagPredicateDependencyEdge.cpp
|
|
GIMatchTree.cpp
|
|
)
|