mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
878db5393d
This reverts commit fc62b36a000681c01e993242b583c5ec4ab48a3c. Breaks tests on mac: http://45.33.8.238/mac/7301/step_11.txt
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
|
|
)
|