mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
use LLVM's standard CMakeLists.txt layout for llvm-xray
llvm-svn: 331455
This commit is contained in:
parent
8cf123ed80
commit
56d8831d29
@ -4,7 +4,8 @@ set(LLVM_LINK_COMPONENTS
|
||||
Object
|
||||
Support
|
||||
Symbolize
|
||||
XRay)
|
||||
XRay
|
||||
)
|
||||
|
||||
set(LLVM_XRAY_TOOLS
|
||||
func-id-helper.cpp
|
||||
@ -15,6 +16,10 @@ set(LLVM_XRAY_TOOLS
|
||||
xray-graph.cpp
|
||||
xray-graph-diff.cpp
|
||||
xray-stacks.cpp
|
||||
xray-registry.cpp)
|
||||
xray-registry.cpp
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-xray llvm-xray.cpp ${LLVM_XRAY_TOOLS})
|
||||
add_llvm_tool(llvm-xray
|
||||
llvm-xray.cpp
|
||||
${LLVM_XRAY_TOOLS}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user