From 7ba874bb5e4ed682d1445e211092d49510e111cc Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Fri, 18 Sep 2009 20:35:59 +0000 Subject: Fix cmake build, which has a different -I that causes the "../foo" to not find the file llvm-svn: 82270 --- llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp b/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp index 5697fdd4fa0..857d80b221d 100644 --- a/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp +++ b/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp @@ -19,7 +19,7 @@ #include "llvm/MC/MCExpr.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormattedStream.h" -#include "../X86GenInstrNames.inc" +#include "X86GenInstrNames.inc" using namespace llvm; // Include the auto-generated portion of the assembly writer. -- cgit v1.2.3