Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / tools / llvm-nm / X86 / posix-aliases.test
blob2e0999339a206b866de51a1a75fb25bce91abdf2
1 # RUN: llvm-nm -P %p/Inputs/hello.obj.elf-x86_64 > %t1
2 # RUN: llvm-nm -format=posix %p/Inputs/hello.obj.elf-x86_64 > %t2
3 # RUN: llvm-nm -portability %p/Inputs/hello.obj.elf-x86_64 > %t3
4 # RUN: diff %t1 %t2
5 # RUN: diff %t1 %t3