diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-07-13 06:39:53 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-07-13 06:39:53 +0000 |
| commit | f8f780ccc5ad5f26e6473ffbbca71b4d7f98d255 (patch) | |
| tree | 32836aa708d0f7af3d4c08e2a79823c84d5e8a91 /compiler-rt/make | |
| parent | d6e669458c8d300f8ad7d3ebb684abfd89d67f3f (diff) | |
| download | bcm5719-llvm-f8f780ccc5ad5f26e6473ffbbca71b4d7f98d255.tar.gz bcm5719-llvm-f8f780ccc5ad5f26e6473ffbbca71b4d7f98d255.zip | |
profile: Autoconf build system support for r241824
r241824 didn't update the autoconf build system to handle the new file
in the profile library.
llvm-svn: 242013
Diffstat (limited to 'compiler-rt/make')
| -rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 2 | ||||
| -rw-r--r-- | compiler-rt/make/platform/clang_linux.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index e8349dba7d9..79925bcdd1a 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/make/platform/clang_darwin.mk @@ -283,7 +283,7 @@ FUNCTIONS.osx := mulosi4 mulodi4 muloti4 $(ATOMIC_FUNCTIONS) $(FP16_FUNCTIONS) FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingBuffer \ InstrProfilingFile InstrProfilingPlatformDarwin \ - InstrProfilingRuntime + InstrProfilingRuntime InstrProfilingUtil FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx) FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(AsanCXXFunctions) \ diff --git a/compiler-rt/make/platform/clang_linux.mk b/compiler-rt/make/platform/clang_linux.mk index 4585cd9696c..7b109d56c0a 100644 --- a/compiler-rt/make/platform/clang_linux.mk +++ b/compiler-rt/make/platform/clang_linux.mk @@ -78,7 +78,7 @@ FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386) FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64) FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \ InstrProfilingFile InstrProfilingPlatformOther \ - InstrProfilingRuntime + InstrProfilingRuntime InstrProfilingUtil FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386) # Always use optimized variants. |

