brintos

brintos / llvm-project-archived public Read only

0
0
Text · 267 B · 2c1e7bd Raw
7 lines · plain
1# RUN: not lld-link /out:%t.exe /entry:main %S/Inputs/cl-gl.obj >& %t.log2# RUN: FileCheck %s < %t.log3# RUN: not lld-link /out:%t.exe /entry:main %S/Inputs/cl-gl.lib >& %t1.log4# RUN: FileCheck %s < %t1.log5 6# CHECK: is not a native COFF file. Recompile without /GL7