diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/eh_frame.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/eh_frame.ll b/test/CodeGen/X86/eh_frame.ll new file mode 100644 index 0000000..e8d3c87 --- /dev/null +++ b/test/CodeGen/X86/eh_frame.ll @@ -0,0 +1,5 @@ +; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu | FileCheck %s + +@__FRAME_END__ = constant [1 x i32] zeroinitializer, section ".eh_frame" + +; CHECK: .section .eh_frame,"a",@progbits |