summaryrefslogtreecommitdiff
path: root/runtime/libprofile/CMakeLists.txt
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-07 02:03:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-07 02:03:08 +0000
commit218042a02305a3cc38d968a97ff9ecf4b4abe6ff (patch)
treef2d746634870c541058f0bbb2550f4ff24e660a3 /runtime/libprofile/CMakeLists.txt
parent3de61b4c0144748e4b9157e2c22fe4ea685981a2 (diff)
downloadllvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.gz
llvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.bz2
llvm-218042a02305a3cc38d968a97ff9ecf4b4abe6ff.tar.xz
Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and
is the one that should be used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile/CMakeLists.txt')
-rw-r--r--runtime/libprofile/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/libprofile/CMakeLists.txt b/runtime/libprofile/CMakeLists.txt
index 8609715b33..9044f768e1 100644
--- a/runtime/libprofile/CMakeLists.txt
+++ b/runtime/libprofile/CMakeLists.txt
@@ -1,7 +1,6 @@
set(SOURCES
BasicBlockTracing.c
CommonProfiling.c
- GCDAProfiling.c
PathProfiling.c
EdgeProfiling.c
OptimalEdgeProfiling.c