llvm-6502/runtime/libprofile
Bob Wilson 8240ef0410 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
2013-06-04 15:26:37 +00:00
..
BasicBlockTracing.c
CMakeLists.txt Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and 2013-03-07 02:03:08 +00:00
CommonProfiling.c libprofile/CommonProfiling.c: Fix according to C89. 2012-11-02 01:32:02 +00:00
EdgeProfiling.c
Makefile Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. 2013-06-04 15:26:37 +00:00
OptimalEdgeProfiling.c
PathProfiling.c
Profiling.h Profile: move a single enum out of ProfileInfoTypes.h into a new 2012-08-24 18:31:44 +00:00