6 lines · plain
1# RUN: llvm-nm -P %p/Inputs/hello.obj.elf-x86_64 > %t12# RUN: llvm-nm --format=posix %p/Inputs/hello.obj.elf-x86_64 > %t23# RUN: llvm-nm --portability %p/Inputs/hello.obj.elf-x86_64 > %t34# RUN: diff %t1 %t25# RUN: diff %t1 %t36 1# RUN: llvm-nm -P %p/Inputs/hello.obj.elf-x86_64 > %t12# RUN: llvm-nm --format=posix %p/Inputs/hello.obj.elf-x86_64 > %t23# RUN: llvm-nm --portability %p/Inputs/hello.obj.elf-x86_64 > %t34# RUN: diff %t1 %t25# RUN: diff %t1 %t36