summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/empty-archive.s
blob: a5ac59aea1db60151e4320117f86c363817d9393 (plain)
1
2
3
4
5
// RUN: llvm-ar rc %t.a
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: ld.lld -shared %t.o %t.a -o t 2>&1 | FileCheck %s

// CHECK: has no symbol.
OpenPOWER on IntegriCloud