Remove this hack. We can support this better with function attributes.

llvm-svn: 181059
This commit is contained in:
Bill Wendling 2013-05-03 21:53:50 +00:00
parent c4c76d1b4f
commit 67758579f5
1 changed files with 1 additions and 1 deletions

View File

@ -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