mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
3cd86bc569
It causes g++ to complain: unrecognized option '-Qunused-arguments' llvm-svn: 94670
8 lines
226 B
TableGen
8 lines
226 B
TableGen
// Check that the compilation graph can be empty.
|
|
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
|
// RUN: %compile_cxx -fexceptions -x c++ %t
|
|
|
|
include "llvm/CompilerDriver/Common.td"
|
|
|
|
def Graph : CompilationGraph<[]>;
|