projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228252f
)
Fix cmake build, which has a different -I that
author
Shantonu Sen
<ssen@apple.com>
Fri, 18 Sep 2009 20:35:59 +0000
(20:35 +0000)
committer
Shantonu Sen
<ssen@apple.com>
Fri, 18 Sep 2009 20:35:59 +0000
(20:35 +0000)
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
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
b/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
index 5697fdd4fa055c999a8b6b20011465cdb87e2cc2..857d80b221d8a33164eca9b719c8aecc2d45b9dd 100644
(file)
--- 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.