Include based on the current path, since we already -I the X86 target's path. Fixes...
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Dec 2009 17:25:11 +0000 (17:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Dec 2009 17:25:11 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91908 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/X86Disassembler.cpp

index 17dbd7f237f389a3fcdc1017b941e1b590e252fc..c6622b7b5ed23d78b2fd03f891c988c92c2600c0 100644 (file)
@@ -25,7 +25,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 
-#include "../X86GenRegisterNames.inc"
+#include "X86GenRegisterNames.inc"
 
 using namespace llvm;
 using namespace llvm::X86Disassembler;