mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
d3986a19aa
Similarly to SVN r317189 for llvm-dlltool, these are probably easier to find in a tools subdirectory with a name identical to the tool, than in a toplevel directory with a different name. This matches the move of LibDriver itself in SVN r302995. Differential Revision: https://reviews.llvm.org/D39531 llvm-svn: 317262
3 lines
109 B
Plaintext
3 lines
109 B
Plaintext
RUN: not llvm-lib %S/Inputs/cl-gl.obj 2>&1 | FileCheck %s
|
|
CHECK: not a COFF object, bitcode or resource file
|