diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-09 19:32:08 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-09 19:32:08 +0000 |
commit | f13c33453601abb1dda3d6c28eab3855692e97c6 (patch) | |
tree | 6aef7a8d9d0dc65afeffeaa6bdba1007f86ce7e6 /test/TableGen | |
parent | a0dbf181e02ed2b7031f08b40a48819264bc79e0 (diff) |
Tell tblgen exactly where to find the include file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r-- | test/TableGen/Include.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td index 9dac6ffb1ca..fe9ecb05d53 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s +// RUN: tblgen -I `dirname %s` %s def BeforeInclude; include "Include.inc" |