mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-07 13:09:52 +00:00
Attempt to fix linking issues with CMake. Please review other CMake users,
especially on other platforms. Is there a better way to fix this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89ba74d117
commit
8a89a6ae9c
@ -45,4 +45,4 @@ add_llvm_target(ARMCodeGen
|
||||
Thumb2SizeReduction.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
|
||||
target_link_libraries (LLVMARMCodeGen LLVMARMAsmPrinter LLVMSelectionDAG)
|
||||
|
@ -50,4 +50,4 @@ endif()
|
||||
|
||||
add_llvm_target(X86CodeGen ${sources})
|
||||
|
||||
target_link_libraries (LLVMX86CodeGen LLVMSelectionDAG)
|
||||
target_link_libraries (LLVMX86CodeGen LLVMX86AsmPrinter LLVMSelectionDAG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user