forked from OSchip/llvm-project
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
# REQUIRES: winlib
|
||
|
#
|
||
|
# If argv[1] == "/lib", link.exe morphs into lib.exe.
|
||
|
#
|
||
|
# RUN: lld -flavor link /lib >& %t.log
|
||
|
# RUN: FileCheck %s < %t.log
|
||
|
|
||
|
CHECK: usage: LIB
|