[PowerPC][NFC] Add a test case for extract and store patterns
[llvm-core.git] / test / Object / X86 / nm-coff.s
blobb8f28c7e52af11acbb7ae842b74d18ec6bd29dcd
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
5 g:
6 movl foo(%rip), %eax
7 retq
9 .weak foo