Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-nm / X86 / posix-aliases.test
blob78b1b21de1c7a5a1a738c3e3b348529751d13427
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