[llvm-commits] CVS: llvm/test/Regression/TableGen/Include.td
John Criswell
criswell at cs.uiuc.edu
Mon May 9 12:32:19 PDT 2005
Changes in directory llvm/test/Regression/TableGen:
Include.td updated: 1.2 -> 1.3
---
Log message:
Tell tblgen exactly where to find the include file.
---
Diffs of the changes: (+1 -1)
Include.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/TableGen/Include.td
diff -u llvm/test/Regression/TableGen/Include.td:1.2 llvm/test/Regression/TableGen/Include.td:1.3
--- llvm/test/Regression/TableGen/Include.td:1.2 Mon Apr 18 20:37:24 2005
+++ llvm/test/Regression/TableGen/Include.td Mon May 9 14:32:08 2005
@@ -1,4 +1,4 @@
-// RUN: tblgen %s
+// RUN: tblgen -I `dirname %s` %s
def BeforeInclude;
include "Include.inc"
More information about the llvm-commits
mailing list