repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-nm
/
X86
/
posix-aliases.test
blob
78b1b21de1c7a5a1a738c3e3b348529751d13427
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