diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/eh_frame.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/eh_frame.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/eh_frame.ll b/llvm/test/CodeGen/X86/eh_frame.ll index 3b792b235cb..0472e773df5 100644 --- a/llvm/test/CodeGen/X86/eh_frame.ll +++ b/llvm/test/CodeGen/X86/eh_frame.ll @@ -7,8 +7,8 @@ @bar1 = constant i8* bitcast (i32* @foo to i8*), section "my_bar1", align 8 -; STATIC: .section .eh_frame,"a",@progbits +; STATIC: .section .eh_frame,"a",@unwind ; STATIC: .section my_bar1,"a",@progbits -; PIC: .section .eh_frame,"a",@progbits +; PIC: .section .eh_frame,"a",@unwind ; PIC: .section my_bar1,"aw",@progbits |