diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 01:37:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 01:37:07 +0000 |
commit | 43c8a062667c9a5b9a19f75445895f0b6e0cafcc (patch) | |
tree | 7d26fe12478ab9ea0ff730b2fbde36dc4c102120 /test/LLVMC/ExternOptions.td | |
parent | 7262bafe985c686633079e3a019ab3b85f15a610 (diff) |
Rewrite tests to not use Tcl substitution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/ExternOptions.td')
-rw-r--r-- | test/LLVMC/ExternOptions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ExternOptions.td b/test/LLVMC/ExternOptions.td index a04a88b002..7d71e91551 100644 --- a/test/LLVMC/ExternOptions.td +++ b/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" |