llvm-6502/lib/Transforms/Instrumentation/CMakeLists.txt
Ted Kremenek eed51b04e3 Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-01 17:01:02 +00:00

8 lines
147 B
CMake

add_llvm_library(LLVMInstrumentation
BlockProfiling.cpp
EdgeProfiling.cpp
MaximumSpanningTree.cpp
ProfilingUtils.cpp
RSProfiling.cpp
)