diff options
Diffstat (limited to 'llvm/test/LLVMC/EmptyCompilationGraph.td')
-rw-r--r-- | llvm/test/LLVMC/EmptyCompilationGraph.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/EmptyCompilationGraph.td b/llvm/test/LLVMC/EmptyCompilationGraph.td index f4a304730c5..b30f84c6e2a 100644 --- a/llvm/test/LLVMC/EmptyCompilationGraph.td +++ b/llvm/test/LLVMC/EmptyCompilationGraph.td @@ -1,5 +1,5 @@ // Check that the compilation graph can be empty. -// RUN: tblgen -I $srcroot/include --gen-llvmc %s +// RUN: tblgen -I %p/../../include --gen-llvmc %s include "llvm/CompilerDriver/Common.td" |