summaryrefslogtreecommitdiff
path: root/test/TableGen
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-05-09 19:32:08 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-05-09 19:32:08 +0000
commitf13c33453601abb1dda3d6c28eab3855692e97c6 (patch)
tree6aef7a8d9d0dc65afeffeaa6bdba1007f86ce7e6 /test/TableGen
parenta0dbf181e02ed2b7031f08b40a48819264bc79e0 (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.td2
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"