OSDN Git Service

Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
authorBob Wilson <bob.wilson@apple.com>
Tue, 4 Jun 2013 15:26:37 +0000 (15:26 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 4 Jun 2013 15:26:37 +0000 (15:26 +0000)
commit8240ef04108620fef51219e9495a6e71e95ccd75
tree7b9afcd3ac25299a772b5d4ff1cb83ebdcff419d
parent98017a015bb862afce4f90d432eded4e28fe1d26
Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.

Specifying the load address for Darwin i386 dylibs was a performance
optimization for dyld that is not relevant for x86_64 or arm. We can just
remove this now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183230 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libprofile/Makefile
tools/llvm-shlib/Makefile
tools/lto/Makefile