mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 02:16:43 +00:00
Add TransformUtils to list of required libraries for llc
This dependency was added in r254774 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f8065b694
commit
a7a95fed0f
@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
SelectionDAG
|
||||
Support
|
||||
Target
|
||||
TransformUtils
|
||||
)
|
||||
|
||||
# Support plugins.
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Tool
|
||||
name = llc
|
||||
parent = Tools
|
||||
required_libraries = AsmParser BitReader IRReader MIRParser all-targets
|
||||
required_libraries = AsmParser BitReader IRReader MIRParser TransformUtils all-targets
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
LEVEL := ../..
|
||||
TOOLNAME := llc
|
||||
LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser
|
||||
LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser transformutils
|
||||
|
||||
# Support plugins.
|
||||
NO_DEAD_STRIP := 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user