brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · d3b4413 Raw
11 lines · plain
1; RUN: llc -mcpu=generic -mtriple=x86_64-linux -code-model=large < %s | FileCheck %s2 3; Check what happens if we have an existing declaration of __morestack_addr4 5; CHECK:	.section	".note.GNU-stack","",@progbits6; CHECK-NEXT:	.section	.rodata,"a",@progbits7; CHECK-NEXT: __morestack_addr:8; CHECK-NEXT: .quad	__morestack9 10declare void @__morestack_addr()11