forked from OSchip/llvm-project
parent
608f136dbb
commit
0e81519571
|
@ -1,6 +1,6 @@
|
|||
add_llvm_library(LLVMXRay
|
||||
InstrumentationMap.cpp
|
||||
Profile.cpp
|
||||
Profile.cpp
|
||||
Trace.cpp
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Support
|
||||
XRay
|
||||
XRay
|
||||
)
|
||||
|
||||
add_llvm_unittest(XRayTests
|
||||
GraphTest.cpp
|
||||
ProfileTest.cpp
|
||||
ProfileTest.cpp
|
||||
)
|
||||
|
||||
add_dependencies(XRayTests intrinsics_gen)
|
||||
|
|
Loading…
Reference in New Issue