Change the default input for llvm-nm to be a.out instead of standard input
authorKevin Enderby <enderby@apple.com>
Mon, 23 Jun 2014 20:27:53 +0000 (20:27 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 23 Jun 2014 20:27:53 +0000 (20:27 +0000)
commit138222e56fae061b063203b502e1bd5241ea2584
treeb681ad6dc7a3bd2ebc8bbbc92c75c1289b7cbf68
parent5e761eb4ae99c222765a0b4939aac6372daa8b1e
Change the default input for llvm-nm to be a.out instead of standard input
to match llvm-size and other UNIX systems for their nm(1).

Tweak test cases that used llvm-nm with standard input to add a "-" to
indicate that and add a test case to check the default of a.out for llvm-nm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211529 91177308-0d34-0410-b5e6-96231b3b80d8
test/LTO/no-undefined-puts-when-implemented.ll
test/MC/COFF/lset0.s
test/MC/MachO/eh_symbol.s
test/Object/nm-trivial-object.test
test/Other/llvm-nm-without-aliases.ll
tools/llvm-nm/llvm-nm.cpp