diff options
Diffstat (limited to 'llvm/test/LLVMC/NoCompilationGraph.td')
-rw-r--r-- | llvm/test/LLVMC/NoCompilationGraph.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/NoCompilationGraph.td b/llvm/test/LLVMC/NoCompilationGraph.td index 6476a371cfb..2eea3e98343 100644 --- a/llvm/test/LLVMC/NoCompilationGraph.td +++ b/llvm/test/LLVMC/NoCompilationGraph.td @@ -1,4 +1,4 @@ // Check that the compilation graph is not required. -// RUN: tblgen -I $srcroot/include --gen-llvmc %s +// RUN: tblgen -I %p/../../include --gen-llvmc %s include "llvm/CompilerDriver/Common.td" |