diff options
Diffstat (limited to 'llvm/test/LLVMC/ExternOptions.td')
-rw-r--r-- | llvm/test/LLVMC/ExternOptions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ExternOptions.td b/llvm/test/LLVMC/ExternOptions.td index a04a88b002a..7d71e91551c 100644 --- a/llvm/test/LLVMC/ExternOptions.td +++ b/llvm/test/LLVMC/ExternOptions.td @@ -1,6 +1,6 @@ // Check that extern options work. // The dummy tool and graph are required to silence warnings. -// RUN: tblgen -I $srcroot/include --gen-llvmc %s -o %t +// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: grep {extern .* AutoGeneratedSwitch_Wall} %t include "llvm/CompilerDriver/Common.td" |