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
This commit is contained in:
John Criswell 2005-05-09 19:32:08 +00:00
parent a0dbf181e0
commit f13c334536

View File

@ -1,4 +1,4 @@
// RUN: tblgen %s
// RUN: tblgen -I `dirname %s` %s
def BeforeInclude;
include "Include.inc"