summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/profile/CMakeLists.txt')
-rw-r--r--compiler-rt/lib/profile/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/CMakeLists.txt b/compiler-rt/lib/profile/CMakeLists.txt
index 14815874f19..20675372b23 100644
--- a/compiler-rt/lib/profile/CMakeLists.txt
+++ b/compiler-rt/lib/profile/CMakeLists.txt
@@ -1,6 +1,7 @@
set(PROFILE_SOURCES
GCDAProfiling.c
- PGOProfiling.c)
+ InstrProfiling.c
+ InstrProfilingExtras.c)
filter_available_targets(PROFILE_SUPPORTED_ARCH x86_64 i386 arm)
OpenPOWER on IntegriCloud