mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Update link components for llvm-dis and LTO.
llvm-svn: 127545
This commit is contained in:
parent
0514e10276
commit
471e660c5a
@ -1,4 +1,4 @@
|
||||
set(LLVM_LINK_COMPONENTS bitreader)
|
||||
set(LLVM_LINK_COMPONENTS bitreader analysis)
|
||||
set(LLVM_REQUIRES_EH 1)
|
||||
|
||||
add_llvm_tool(llvm-dis
|
||||
|
@ -1,4 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS ipo scalaropts linker bitreader bitwriter)
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
ipo scalaropts linker bitreader bitwriter)
|
||||
|
||||
add_definitions( -DLLVM_VERSION_INFO=\"${PACKAGE_VERSION}\" )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user