summaryrefslogtreecommitdiff
path: root/test/Object/nm-trivial-object.test
AgeCommit message (Expand)Author
2017-08-31[WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2016-11-23llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge
2015-05-22Fix llvm-nm -S option.Rafael Espindola
2015-05-22Make this test stricter. NFC.Rafael Espindola
2015-03-02lit: Add 'cd' support to the internal shell and port some testsReid Kleckner
2014-11-06Object, COFF: Infer symbol sizes from adjacent symbolsDavid Majnemer
2014-10-31Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer
2014-10-08Correctly compute the size of common symbols in COFF.Rafael Espindola
2014-10-08Print symbol sizes in this test in preparation for fixing COFF common sizes.Rafael Espindola
2014-07-28Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O filesKevin Enderby
2014-07-24Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby
2014-07-17Add printing of Mach-O stabs in llvm-nm.Kevin Enderby
2014-07-16Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...Kevin Enderby
2014-07-11Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only inKevin Enderby
2014-07-03Add the -just-symbol-name (aka -j) flag to llvm-nm to just print theKevin Enderby
2014-07-03Add the -U flag to llvm-nm as an alias to -defined-onlyKevin Enderby
2014-07-02Add the -reverse-sort flag (aka -r) to llvm-nmKevin Enderby
2014-06-23nm-trivial-object.test requires shell since Lit internal runner isn't capable...NAKAMURA Takumi
2014-06-23Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby
2014-06-19Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...Kevin Enderby
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby
2014-05-20Revert r209235 as it broke two tests:Kevin Enderby
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby
2014-05-09Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby
2014-04-03Only clear the thumb bit from function addresses.Rafael Espindola
2014-04-03Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola
2014-02-05Add a test for printing absolute symbols in ELF.Rafael Espindola
2014-02-04Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola
2014-02-04Add a test for common symbols in coff.Rafael Espindola
2013-11-02Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola
2013-07-22Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola
2013-04-26Add missing ':'.Rafael Espindola
2012-08-02Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-10-31Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay
2011-09-27Unbreak tests.Michael J. Spencer
2011-01-21Revert "Object: Renable the tests now that none of the build bots complain ab...Michael J. Spencer
2011-01-21Object: Renable the tests now that none of the build bots complain about alia...Michael J. Spencer
2011-01-20Disable this test until I can figure out why it's broken. Not xfailed because itMichael J. Spencer
2011-01-20Object: Add some tests!Michael J. Spencer