]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/pecoff/include.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / pecoff / include.test
1 # RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
2 #
3 # RUN: not lld -flavor link /out:%t.exe /include:sym1 /include:sym2 \
4 # RUN:   /subsystem:console -- %t.obj 2> %t.log
5 # RUN: FileCheck %s < %t.log
6
7 CHECK: Undefined symbol: <command line option /include>: sym1
8 CHECK: Undefined symbol: <command line option /include>: sym2