summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/XRay/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/XRay/CMakeLists.txt')
-rw-r--r--llvm/unittests/XRay/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/XRay/CMakeLists.txt b/llvm/unittests/XRay/CMakeLists.txt
index 02103242a2d..37f7cb9fb3e 100644
--- a/llvm/unittests/XRay/CMakeLists.txt
+++ b/llvm/unittests/XRay/CMakeLists.txt
@@ -4,10 +4,11 @@ set(LLVM_LINK_COMPONENTS
)
add_llvm_unittest(XRayTests
+ ProfileTest.cpp
FDRProducerConsumerTest.cpp
+ FDRRecordPrinterTest.cpp
FDRTraceWriterTest.cpp
GraphTest.cpp
- ProfileTest.cpp
)
add_dependencies(XRayTests intrinsics_gen)
OpenPOWER on IntegriCloud