brintos

brintos / llvm-project-archived public Read only

0
0
Text · 464 B · 1becd76 Raw
21 lines · plain
1; RUN: llc -filetype=obj -mtriple=aarch64 %s -o %t.o2; RUN: llvm-readobj -r %t.o | FileCheck %s --check-prefix=REL323; RUN: llvm-dwarfdump --eh-frame %t.o 2>&1 | FileCheck %s4 5; REL32:      R_AARCH64_PREL32 .text 0x06; REL32-NEXT: R_AARCH64_PREL32 .text 0x47 8; CHECK-NOT:  warning:9; CHECK: FDE cie=00000000 pc=00000000...0000000410; CHECK: FDE cie=00000000 pc=00000004...0000000811 12define void @foo() {13entry:14  ret void15}16 17define void @bar() {18entry:19  ret void20}21