llvm-mirror/tools/dsymutil
Frederic Riss 1db2534294 [dsymutil] Ignore absolute symbols in the debug map
Quoting from the comment added to the code:

    // Objective-C on i386 uses artificial absolute symbols to
    // perform some link time checks. Those symbols have a fixed 0
    // address that might conflict with real symbols in the object
    // file. As I cannot see a way for absolute symbols to find
    // their way into the debug information, let's just ignore those.

llvm-svn: 255350
2015-12-11 17:50:37 +00:00
..
BinaryHolder.cpp Reapply r250906 with many suggested updates from Rafael Espindola. 2015-11-05 19:24:56 +00:00
BinaryHolder.h
CMakeLists.txt
DebugMap.cpp
DebugMap.h
dsymutil.cpp [dsymutil] Prevent warning 2015-10-09 15:04:05 +00:00
dsymutil.h
DwarfLinker.cpp fix 'the the '; NFC 2015-12-07 19:21:39 +00:00
LLVMBuild.txt
MachODebugMapParser.cpp [dsymutil] Ignore absolute symbols in the debug map 2015-12-11 17:50:37 +00:00
MachOUtils.cpp [dsymutil] Try to find lipo first besides dsymutil before looking up the PATH. 2015-10-08 22:35:53 +00:00
MachOUtils.h [dsymutil] Try to find lipo first besides dsymutil before looking up the PATH. 2015-10-08 22:35:53 +00:00
Makefile
NonRelocatableStringpool.h