diff options
Diffstat (limited to 'test/MC/COFF/feat00.s')
-rw-r--r-- | test/MC/COFF/feat00.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/COFF/feat00.s b/test/MC/COFF/feat00.s index b8862de..d08f407 100644 --- a/test/MC/COFF/feat00.s +++ b/test/MC/COFF/feat00.s @@ -1,6 +1,7 @@ // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-readobj -t | FileCheck %s "@feat.00" = 123 +.globl @feat.00 // CHECK: Symbol { // CHECK: Name: @feat.00 |