]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/pecoff/weak-external.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / pecoff / weak-external.test
1 # RUN: yaml2obj %p/Inputs/weak-externals.obj.yaml > %t.obj
2
3 # RUN: lld -flavor link /force /out:%t.exe /subsystem:console \
4 # RUN:   /entry:fn -- %t.obj %p/Inputs/static.lib 2> %t2.log
5 # RUN: FileCheck %s < %t2.log
6
7 CHECK: _no_such_symbol1
8 CHECK-NOT: _no_such_symbol2
9 CHECK: _no_such_symbol3