diff options
-rw-r--r-- | test/CodeGen/X86/global-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll index d79c56bc46..2aba834135 100644 --- a/test/CodeGen/X86/global-sections.ll +++ b/test/CodeGen/X86/global-sections.ll @@ -113,7 +113,7 @@ ; DARWIN: .globl _G9 ; DARWIN: _G9: -; LINUX: .section .rodata.str4.4,"aMS",@progbits,4 +; LINUX: .section .rodata.str4.16,"aMS",@progbits,4 ; LINUX: .globl G9 ; LINUX:G9 |