diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-16 02:06:46 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-16 02:06:46 +0000 |
commit | c715e724de91dc2524595bbd72f8ab95e58bdcec (patch) | |
tree | 7cd9cc7d060777ca470ad8af3ad120f6ff923750 /llvm | |
parent | c5ea8528cc3898d22e7d47773122e24dc9c4f2a5 (diff) | |
download | bcm5719-llvm-c715e724de91dc2524595bbd72f8ab95e58bdcec.tar.gz bcm5719-llvm-c715e724de91dc2524595bbd72f8ab95e58bdcec.zip |
Fix cmake build.
llvm-svn: 129632
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt index 6ada9ff7e84..5700ac87f65 100644 --- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,7 +1,7 @@ add_llvm_library(LLVMInstrumentation EdgeProfiling.cpp + GCOVProfiling.cpp Instrumentation.cpp - LineProfiling.cpp OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp |