forked from OSchip/llvm-project
Fix cmake build, which has a different -I that
causes the "../foo" to not find the file llvm-svn: 82270
This commit is contained in:
parent
3a78ce3a56
commit
7ba874bb5e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue