David Meyer
|
1df4b84db4
|
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags.
llvm-svn: 151670
|
2012-02-28 23:47:53 +00:00 |
Nick Lewycky
|
3e01bd3b60
|
Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take
that into account and test for no U's showing up in the middle, which is what
we really wanted to test for.
llvm-svn: 141653
|
2011-10-11 06:58:11 +00:00 |
Nick Lewycky
|
29e7b315ac
|
Also create a shndx even if there are no symbols. This lets us test
.symtab_shndx reading and writing together, and finally we have a testcase for
r141440.
llvm-svn: 141641
|
2011-10-11 03:54:50 +00:00 |