[PATCH] [PECOFF] Support yet another new type of weak symbol.
kledzik at apple.com
kledzik at apple.com
Fri Mar 14 14:42:47 PDT 2014
================
Comment at: lib/Core/SymbolTable.cpp:127-128
@@ +126,4 @@
+ for (const Reference *r : *atom) {
+ if (r->kindValue() != kind)
+ continue;
+ atom = cast<DefinedAtom>(r->target());
----------------
Reference Kinds are triplets. You need to check all three parts, not just the value.
http://llvm-reviews.chandlerc.com/D3011
More information about the llvm-commits
mailing list