Adds external weak symbols of constant pool to ExtWeakSymbols set.
Lauro
llvm.patch (1021 Bytes)
weakConstantPool.ll (298 Bytes)
Adds external weak symbols of constant pool to ExtWeakSymbols set.
Lauro
llvm.patch (1021 Bytes)
weakConstantPool.ll (298 Bytes)
Hi Lauro,
Just a stylistic remark; In your "llvm.patch" file, there are tabs in
these lines:
+ if (GV->hasExternalWeakLinkage()) {
+ ExtWeakSymbols.insert(GV);
+ }
Others will need to review the patch for correctness, though.
-bw
without tabs
Looks great, applied:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061218/041706.html
Thanks,
-Chris