summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-16 02:06:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-16 02:06:46 +0000
commitc715e724de91dc2524595bbd72f8ab95e58bdcec (patch)
tree7cd9cc7d060777ca470ad8af3ad120f6ff923750
parentc5ea8528cc3898d22e7d47773122e24dc9c4f2a5 (diff)
downloadbcm5719-llvm-c715e724de91dc2524595bbd72f8ab95e58bdcec.tar.gz
bcm5719-llvm-c715e724de91dc2524595bbd72f8ab95e58bdcec.zip
Fix cmake build.
llvm-svn: 129632
-rw-r--r--llvm/lib/Transforms/Instrumentation/CMakeLists.txt2
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
OpenPOWER on IntegriCloud