search for: q7f3kcnogkotskthzvb6ljwolju

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

2010 Nov 12
0
[LLVMdev] Collapse OBJC_CLASSLIST_REFERENCES globals in llvm-link?
...quot; to %struct.objc_class*), section "__DATA, __objc_classrefs, regular, no_dead_strip", align 4 The reason we'd like to do it in llvm-link is because the Mach-O linker isn't doing it for us, and instead giving us the following error when we try to link: ld: in /var/folders/q7/q7f3KCNoGkOtsKthZvb6LJWOlJU/-Tmp-//ccjnT818.o, __objc_classrefs element missing reloc (count=2) for target class in /var/folders/q7/q7f3KCNoGkOtsKthZvb6LJWOlJU/-Tmp-//ccjnT818.o collect2: ld returned 1 exit status The code that generates this error (from ld.cpp) is here: template <typename A> void AnonymousAtom<A&...