aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86
diff options
context:
space:
mode:
authorShantonu Sen <ssen@apple.com>2009-09-18 20:35:59 +0000
committerShantonu Sen <ssen@apple.com>2009-09-18 20:35:59 +0000
commit8cd2ec566b2bbfa3e07458bc0050af859676fcd4 (patch)
tree450b0ede6dc3049f75712c88ce2a595a404e31e4 /lib/Target/X86
parentf283fb255f535d56d8cd5f86058ccf2359800e86 (diff)
downloadexternal_llvm-8cd2ec566b2bbfa3e07458bc0050af859676fcd4.tar.gz
external_llvm-8cd2ec566b2bbfa3e07458bc0050af859676fcd4.tar.bz2
external_llvm-8cd2ec566b2bbfa3e07458bc0050af859676fcd4.zip
Fix cmake build, which has a different -I that
causes the "../foo" to not find the file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86')
-rw-r--r--lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp b/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
index 5697fdd4fa..857d80b221 100644
--- a/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
+++ b/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.