summaryrefslogtreecommitdiffstats
path: root/llvm/lib/XRay/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/XRay/CMakeLists.txt')
-rw-r--r--llvm/lib/XRay/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/XRay/CMakeLists.txt b/llvm/lib/XRay/CMakeLists.txt
index 6c1acba79bf..8d558209d8e 100644
--- a/llvm/lib/XRay/CMakeLists.txt
+++ b/llvm/lib/XRay/CMakeLists.txt
@@ -1,4 +1,5 @@
add_llvm_library(LLVMXRay
+ InstrumentationMap.cpp
Trace.cpp
ADDITIONAL_HEADER_DIRS
@@ -7,7 +8,9 @@ add_llvm_library(LLVMXRay
DEPENDS
LLVMSupport
+ LLVMObject
LINK_LIBS
LLVMSupport
+ LLVMObject
)
OpenPOWER on IntegriCloud