mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
35822f7171
The gcov compatible code is moved to its own file and llvm-cov is updated to be a wrapper that always calls the gcov main function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214107 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
94 B
CMake
7 lines
94 B
CMake
set(LLVM_LINK_COMPONENTS core support )
|
|
|
|
add_llvm_tool(llvm-cov
|
|
llvm-cov.cpp
|
|
gcov.cpp
|
|
)
|