mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
022fb1a863
This should fix the undefined reference to WriteBitcodeToFile here: http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/31682 (Why does every different bot seem to have a different level of finickiness about LLVM_LINK_COMPONENTS?) llvm-svn: 312345
19 lines
311 B
CMake
19 lines
311 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
Analysis
|
|
AsmPrinter
|
|
BitReader
|
|
BitWriter
|
|
CodeGen
|
|
Core
|
|
FuzzMutate
|
|
IRReader
|
|
MC
|
|
ScalarOpts
|
|
SelectionDAG
|
|
Support
|
|
Target
|
|
)
|
|
add_llvm_fuzzer(llvm-isel-fuzzer llvm-isel-fuzzer.cpp
|
|
DUMMY_MAIN DummyISelFuzzer.cpp)
|