mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
2822221971
llvm-svn: 359688
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
# 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
|