forked from OSchip/llvm-project
7 lines
179 B
ArmAsm
7 lines
179 B
ArmAsm
|
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
|
||
|
// RUN: ld.lld %t.o -o %t.so -shared
|
||
|
// We used to crash on this.
|
||
|
.section .eh_frame
|
||
|
foo:
|
||
|
.long 0
|