From f13c33453601abb1dda3d6c28eab3855692e97c6 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 9 May 2005 19:32:08 +0000 Subject: [PATCH] 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 --- test/TableGen/Include.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"