Changeset View
Changeset View
Standalone View
Standalone View
test/CodeGen/Mips/ehframe-indirect.ll
; RUN: llc -mtriple=mipsel-linux-gnu < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,O32 %s | ; RUN: llc -mtriple=mipsel-linux-gnu < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,O32 %s | ||||
; RUN: llc -mtriple=mipsel-linux-android < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,O32 %s | ; RUN: llc -mtriple=mipsel-linux-android < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,O32 %s | ||||
; RUN: llc -mtriple=mips64el-linux-gnu -mabi=n32 < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N32 %s | ; RUN: llc -mtriple=mips64el-linux-gnu -mabi=n32 < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N32 %s | ||||
; RUN: llc -mtriple=mips64el-linux-android -mabi=n32 < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N32 %s | |||||
; RUN: llc -mtriple=mips64el-linux-gnu < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N64 %s | ; RUN: llc -mtriple=mips64el-linux-gnu < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N64 %s | ||||
; RUN: llc -mtriple=mips64el-linux-android < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N64 %s | ; RUN: llc -mtriple=mips64el-linux-android < %s -asm-verbose -relocation-model=pic | FileCheck -check-prefixes=ALL,N64 %s | ||||
@_ZTISt9exception = external constant i8* | @_ZTISt9exception = external constant i8* | ||||
define i32 @main() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) { | define i32 @main() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) { | ||||
; ALL: .cfi_startproc | ; ALL: .cfi_startproc | ||||
; ALL: .cfi_personality 128, DW.ref.__gxx_personality_v0 | ; ALL: .cfi_personality 128, DW.ref.__gxx_personality_v0 | ||||
▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines |