search for: targetbind

Displaying 1 result from an estimated 1 matches for "targetbind".

Did you mean: targetbios
2013 May 11
1
[LLVMdev] Assertion in the linker on Mac OS X
...he value of "fit->binding" should 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...