mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 02:17:41 +00:00
Fix required library for r250699 to BitWriter instead of BitReader.
This should fix the mingw3 bot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250703 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b24129f17
commit
bf3fb71116
@ -1,6 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
BitReader
|
||||
BitWriter
|
||||
Core
|
||||
LTO
|
||||
MC
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Tool
|
||||
name = llvm-lto
|
||||
parent = Tools
|
||||
required_libraries = BitReader Core LTO Object Support all-targets
|
||||
required_libraries = BitWriter Core LTO Object Support all-targets
|
||||
|
Loading…
x
Reference in New Issue
Block a user