summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/no-symtab.s
blob: 2468c4f05fc48830a00264bc19d0b8d703f13cfc (plain)
1
2
3
4
5
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: ld.lld %t.o %p/Inputs/no-symtab.o -o /dev/null
.global _start
_start:
OpenPOWER on IntegriCloud