xref: /llvm-project/lld/test/COFF/cl-gl.test (revision c951edb7b22e709e50b8ae2ea6bce46f1d7d2741)
1# RUN: not lld-link /out:%t.exe /entry:main %S/Inputs/cl-gl.obj >& %t.log
2# RUN: FileCheck %s < %t.log
3# RUN: not lld-link /out:%t.exe /entry:main %S/Inputs/cl-gl.lib >& %t1.log
4# RUN: FileCheck %s < %t1.log
5
6# CHECK: is not a native COFF file. Recompile without /GL
7