Skip to content

Commit

Permalink
Remove this hack. We can support this better with function attributes.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181059 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed May 3, 2013
1 parent fcdfd5a commit b415285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ else
endif
ifeq ($(RC_XBS),YES)
TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
LD.Flags += -Wl,-object_path_lto -Wl,$(TempFile) -Wl,-mllvm,-disable-fp-elim
LD.Flags += -Wl,-object_path_lto -Wl,$(TempFile)
endif
endif
endif
Expand Down

0 comments on commit b415285

Please sign in to comment.