[llvm-commits] [PATCH] In ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), isWeak() with getFlags().

David Meyer pdox at google.com
Tue Feb 28 13:57:14 PST 2012


Attached.

I found that ELFObjectFile::isInternal() has a bug that makes it always
return false. This is fixed by this change, which means I also had to
change one test (MC/ELF/many-sections.s) so that "-a" was passed to
llvm-nm, so it would list the section labels.

- pdox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120228/b85e68b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flags.patch
Type: application/octet-stream
Size: 16138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120228/b85e68b1/attachment.obj>


More information about the llvm-commits mailing list