blob: 96c1f17e18e04f13c27c941dc978a2025704a81f (
plain)
1
2
3
4
5
|
// 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
include "llvm/CompilerDriver/Common.td"
|