Tell tblgen exactly where to find the include file.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 9 May 2005 19:32:08 +0000 (19:32 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 9 May 2005 19:32:08 +0000 (19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21822 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/Include.td

index 9dac6ffb1ca4900146e9f6470f01ed61f6bcab9e..fe9ecb05d53d89ba5397a59df106d71c5151cfae 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s
+// RUN: tblgen -I `dirname %s` %s
 def BeforeInclude;
 
 include "Include.inc"