]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/version-script-missing.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / version-script-missing.s
1 # REQUIRES: x86
2
3 # We used to crash if a symbol in a version script was not in the symbol table.
4
5 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
6 # RUN: echo "{ foobar; };" > %t.script
7 # RUN: ld.lld --version-script %t.script -shared %t.o -o /dev/null