Displaying 1 result from an estimated 1 matches for "dumpobj".
2013 May 11
1
[LLVMdev] Assertion in the linker on Mac OS X
...ld be
"ld::Fixup::bindingByContentBound" but instead it is
"ld::Fixup::bindingDirectlyBound". The definition of these enums are
located here:
http://www.opensource.apple.com/source/ld64/ld64-134.9/src/ld/ld.hpp
Line 358, in Fixup::TargetBinding.
This is the result of "dumpobj", a tool shipped with the D compiler, on
the D object file that fails to link:
http://pastebin.com/uPNZ8DpA
This is the dump of a corresponding Objective-C object file:
http://pastebin.com/NjbRRdZM
The following is a dump using a pre compiled alpha release of the D
compiler that the deve...