diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-02-13 19:44:08 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-02-13 19:44:08 +0000 |
| commit | 89ff87ec3b254939449ee9f7554b6857e5eb4bb9 (patch) | |
| tree | 8c4161fa22129191d2446f545773efcc76218717 /llvm/runtime | |
| parent | 525264c369c6259c4154d06d7cee8f8615ea23c8 (diff) | |
| download | bcm5719-llvm-89ff87ec3b254939449ee9f7554b6857e5eb4bb9.tar.gz bcm5719-llvm-89ff87ec3b254939449ee9f7554b6857e5eb4bb9.zip | |
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way.
llvm-svn: 175069
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/libprofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile index 6e9225382a9..44ea204bcf5 100644 --- a/llvm/runtime/libprofile/Makefile +++ b/llvm/runtime/libprofile/Makefile @@ -50,7 +50,7 @@ ifeq ($(HOST_OS),Darwin) endif # If we're doing an Apple-style build, add the LTO object path. - ifeq ($(RC_BUILDIT),YES) + ifeq ($(RC_XBS),YES) TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/profile_rt-lto.XXXXXX) LLVMLibsOptions := $(LLVMLibsOptions) \ -Wl,-object_path_lto -Wl,$(TempFile) |

