mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 13:30:41 +00:00

Patch by Diego Treviño! Differential Revision: https://reviews.llvm.org/D66263 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372282 91177308-0d34-0410-b5e6-96231b3b80d8
27 lines
455 B
CMake
27 lines
455 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmParsers
|
|
AllTargetsCodeGens
|
|
AllTargetsDescs
|
|
AllTargetsInfos
|
|
Core
|
|
IRReader
|
|
Support
|
|
Target
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_tool(llvm-reduce
|
|
llvm-reduce.cpp
|
|
TestRunner.cpp
|
|
deltas/Delta.cpp
|
|
deltas/ReduceFunctions.cpp
|
|
deltas/ReduceGlobalVars.cpp
|
|
deltas/ReduceMetadata.cpp
|
|
deltas/ReduceArguments.cpp
|
|
deltas/ReduceBasicBlocks.cpp
|
|
deltas/ReduceInstructions.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|