2017-07-19 02:40:50 +08:00
|
|
|
// REQUIRES: x86
|
2015-10-02 04:26:37 +08:00
|
|
|
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
|
2018-07-03 01:48:23 +08:00
|
|
|
// RUN: ld.lld %t.o %p/Inputs/no-symtab.o -o /dev/null
|
2015-10-02 04:26:37 +08:00
|
|
|
.global _start
|
|
|
|
_start:
|