diff options
Diffstat (limited to 'lib/libclang_rt/profile/Makefile')
-rw-r--r-- | lib/libclang_rt/profile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libclang_rt/profile/Makefile b/lib/libclang_rt/profile/Makefile index 6acbb4eb8c11..68ba991a45f8 100644 --- a/lib/libclang_rt/profile/Makefile +++ b/lib/libclang_rt/profile/Makefile @@ -8,9 +8,12 @@ LIB= clang_rt.profile-${CRTARCH} SRCS= GCDAProfiling.c\ InstrProfiling.c\ + InstrProfilingValue.c\ InstrProfilingBuffer.c\ InstrProfilingFile.c\ + InstrProfilingWriter.c\ InstrProfilingPlatformDarwin.c\ + InstrProfilingPlatformLinux.c\ InstrProfilingPlatformOther.c\ InstrProfilingRuntime.cc\ InstrProfilingUtil.c |