forked from OSchip/llvm-project
5 lines
137 B
ArmAsm
5 lines
137 B
ArmAsm
|
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
|
||
|
// RUN: ld.lld2 %t.o %p/Inputs/no-symtab.o -o %t
|
||
|
.global _start
|
||
|
_start:
|