From: John Criswell Date: Mon, 9 May 2005 19:32:08 +0000 (+0000) Subject: Tell tblgen exactly where to find the include file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f13c33453601abb1dda3d6c28eab3855692e97c6;p=oota-llvm.git 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 --- 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"