summaryrefslogtreecommitdiff
path: root/llvm/test/Object/nm-shared-object.test
AgeCommit message (Expand)Author
2021-02-15[llvm-nm] Tidy up error messagesJames Henderson
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song
2019-12-09[test][tools] Add missing and improve testingJames Henderson
2019-07-08[llvm\test\Object] - An initial step to cleanup the test cases.George Rimar
2018-10-05[llvm-nm] Write "no symbol" output to stderrPetr Hosek
2018-10-03[llvm-nm] Print an explicit "no symbols" message when an object file has no s...Jordan Rupprecht
2017-02-03Object: Handle files without a dynamic symbol table.Peter Collingbourne
2014-05-09Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby
2014-01-31Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola
2014-01-30Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola
2014-01-30This has been fixed.Rafael Espindola
2014-01-30Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer