repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC][NFC] Add a test case for extract and store patterns
[llvm-core.git]
/
test
/
Object
/
X86
/
nm-coff.s
blob
b8f28c7e52af11acbb7ae842b74d18ec6bd29dcd
1
//
RUN
:
llvm-mc
%
s
-
o
%
t
-
filetype
=
obj
-
triple
=
x86_64-pc-win32
2
//
RUN
:
llvm-nm
--
undefined-only
%
t
| FileCheck
%
s
3
//
CHECK
:
w foo
4
5
g
:
6
movl foo
(%
rip
), %
eax
7
retq
8
9
.weak foo