1 ; RUN: llc -mcpu=generic -mtriple=x86_64-linux -code-model=large < %s | FileCheck %s
3 ; Check what happens if we have an existing declaration of __morestack_addr
5 ; CHECK: .section ".note.GNU-stack","",@progbits
6 ; CHECK-NEXT: .section .rodata,"a",@progbits
7 ; CHECK-NEXT: __morestack_addr:
8 ; CHECK-NEXT: .quad __morestack
10 declare void @__morestack_addr()