]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/file-sym.s
Vendor import of lld trunk r321530:
[FreeBSD/FreeBSD.git] / test / ELF / file-sym.s
1 # Check that we do not keep STT_FILE symbols in the symbol table
2
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4 # RUN: ld.lld %t.o -shared -o %t.so
5 # RUN: llvm-readobj -symbols %t.so | FileCheck %s
6
7 # REQUIRES: x86
8
9 # CHECK-NOT: xxx
10
11 .file "xxx"
12 .file ""