blob: 3b792b235cb5e15e6c62c4d7a3bfa8430c9d9f45 [file] [log] [blame]
Rafael Espindolad846e3f2011-06-07 23:26:45 +00001; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu | FileCheck -check-prefix=STATIC %s
2; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=PIC %s
Rafael Espindola10c3e122011-05-24 02:50:20 +00003
4@__FRAME_END__ = constant [1 x i32] zeroinitializer, section ".eh_frame"
5
Rafael Espindolad846e3f2011-06-07 23:26:45 +00006@foo = external global i32
7@bar1 = constant i8* bitcast (i32* @foo to i8*), section "my_bar1", align 8
8
9
10; STATIC: .section .eh_frame,"a",@progbits
11; STATIC: .section my_bar1,"a",@progbits
12
13; PIC: .section .eh_frame,"a",@progbits
14; PIC: .section my_bar1,"aw",@progbits