1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/XRay
Juergen Ributzka f08c917be0 Fix the build when LLVM_TARGETS_TO_BUILD is empty.
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.

llvm-svn: 342593
2018-09-19 21:36:26 +00:00
..
CMakeLists.txt Fix the build when LLVM_TARGETS_TO_BUILD is empty. 2018-09-19 21:36:26 +00:00
FDRBlockIndexerTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
FDRBlockVerifierTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
FDRProducerConsumerTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
FDRRecordPrinterTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
FDRRecordsTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
FDRTraceWriterTest.cpp [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
GraphTest.cpp
ProfileTest.cpp [XRay][llvm] Load XRay Profiles 2018-08-30 01:43:22 +00:00