blob: 78b1b21de1c7a5a1a738c3e3b348529751d13427 [file] [log] [blame]
# RUN: llvm-nm -P %p/Inputs/hello.obj.elf-x86_64 > %t1
# RUN: llvm-nm --format=posix %p/Inputs/hello.obj.elf-x86_64 > %t2
# RUN: llvm-nm --portability %p/Inputs/hello.obj.elf-x86_64 > %t3
# RUN: diff %t1 %t2
# RUN: diff %t1 %t3