mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 21:50:29 +00:00
2327768f69
Using LLVMTestingSupport in the LLVM_LINK_COMPONENTS breaks the build when LLVM_TARGETS_TO_BUILD is set to empty. Libraries that depend on LLVMTestingSupport need to use target_link_libraries(<target> PRIVATE LLVMTestingSupport) instead. This required change was already commited by r341899 to fix another build issue. This fixes rdar://problem/44615064. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342593 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FDRBlockIndexerTest.cpp | ||
FDRBlockVerifierTest.cpp | ||
FDRProducerConsumerTest.cpp | ||
FDRRecordPrinterTest.cpp | ||
FDRRecordsTest.cpp | ||
FDRTraceWriterTest.cpp | ||
GraphTest.cpp | ||
ProfileTest.cpp |