Displaying 1 result from an estimated 1 matches for "fsection".
Did you mean:
section
2010 Nov 12
0
[LLVMdev] Collapse OBJC_CLASSLIST_REFERENCES globals in llvm-link?
...=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>::resolveName()
{
/*some code omitted*/
else if ( (strncmp(fSection->sectname(), "__objc_classrefs", 16) == 0)
&& (strcmp(fSection->segname(), "__DATA") == 0) ) {
std::vector<ObjectFile::Reference*>& references =
this->getReferences();
if ( references.size() != 1 )...