Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/llvm-project-20170507
/
.
/
llvm
/
test
/
tools
/
llvm-nm
/
X86
/
posix-aliases.test
blob: 2e0999339a206b866de51a1a75fb25bce91abdf2 [
file
] [
log
] [
blame
] [
edit
]
# 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