diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-03 21:53:50 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-03 21:53:50 +0000 |
commit | b41528507ccb76e106b26df36d1a4d07c9ba3aaa (patch) | |
tree | 5a14519218dd7caff18f502625cd1f819f313a6a /Makefile.rules | |
parent | fcdfd5a7ffa2557753038fcbf421dd518e3fda98 (diff) |
Remove this hack. We can support this better with function attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181059 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 ddc214b2c9..f0c542b7f8 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 |