summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-13 19:44:08 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-13 19:44:08 +0000
commit89ff87ec3b254939449ee9f7554b6857e5eb4bb9 (patch)
tree8c4161fa22129191d2446f545773efcc76218717 /llvm/runtime
parent525264c369c6259c4154d06d7cee8f8615ea23c8 (diff)
downloadbcm5719-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/Makefile2
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)
OpenPOWER on IntegriCloud