llvm-6502/test/LLVMC/NoCompilationGraph.td

7 lines
212 B
TableGen
Raw Normal View History

// Check that the compilation graph is not required.
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: %compile_cxx -fexceptions -x c++ %t
// XFAIL: vg_leak
include "llvm/CompilerDriver/Common.td"