diff options
Diffstat (limited to 'llvm/test/LLVMC/MultiValuedOption.td')
-rw-r--r-- | llvm/test/LLVMC/MultiValuedOption.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td index d68a115af19..0272e082be1 100644 --- a/llvm/test/LLVMC/MultiValuedOption.td +++ b/llvm/test/LLVMC/MultiValuedOption.td @@ -1,6 +1,6 @@ // Check that multivalued 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 cl::multi_val(2) %t | count 1 include "llvm/CompilerDriver/Common.td" |