[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-nm / X86 / posix-aliases.test
blob71b05e507fbf7ada78862025af22aaa6051881c3
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