brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · 752f39f Raw
10 lines · plain
1# RUN: env LINK=-help lld-link | FileCheck %s2# RUN: env _LINK_=-help lld-link | FileCheck %s3 4CHECK: OVERVIEW: LLVM Linker5 6# RUN: env LLD_IN_TEST=1 LINK=-help not lld-link /lldignoreenv 2>&1 | \7# RUN:     FileCheck --check-prefix=ERR %s8 9ERR: error: no input files10