Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / MC / COFF / lset0.s
1 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-nm | FileCheck %s
2
3 not_global = 123
4 global = 456
5 .globl global
6 .Llocal = 789
7
8 // CHECK-NOT: not_global
9 // CHECK-NOT: Llocal
10 // CHECK: global
11 // CHECK-NOT: not_global
12 // CHECK-NOT: Llocal