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 | ee740ddf9d8248e39032567dc22766b0f8b45cd6 (patch) | |
tree | d192168475ea201bdb83dc04b9fd7281beee4cec /Makefile.rules | |
parent | ecb8c2ba6029f02b01b20b110cc1b3b3ea2e1f1c (diff) |
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 2f566eeb92..c737965d09 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -656,7 +656,7 @@ else ifneq ($(DARWIN_MAJVERS),4) LD.Flags += $(RPATH) -Wl,@executable_path/../lib endif - ifeq ($(RC_BUILDIT),YES) + ifeq ($(RC_XBS),YES) TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX) LD.Flags += -Wl,-object_path_lto -Wl,$(TempFile) endif |