mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
llvm-uselistorder: Fix up LINK_COMPONENTS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ef7b17dfc
commit
64db1e19a1
@ -1,7 +1,10 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Support
|
||||
IRReader
|
||||
AsmParser
|
||||
BitReader
|
||||
BitWriter
|
||||
Core
|
||||
IRReader
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-uselistorder
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
LEVEL := ../..
|
||||
TOOLNAME := llvm-uselistorder
|
||||
LINK_COMPONENTS := support irreader bitwriter
|
||||
LINK_COMPONENTS := AsmParser BitReader BitWriter Core IRReader Support
|
||||
|
||||
# This tool has no plugins, optimize startup time.
|
||||
TOOL_NO_EXPORTS := 1
|
||||
|
Loading…
Reference in New Issue
Block a user