llvm-for-llvmta/test/tools/llvm-nm/X86/posix-aliases.test

6 lines
227 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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