From: Douglas Gregor Date: Tue, 22 Dec 2009 17:25:11 +0000 (+0000) Subject: Include based on the current path, since we already -I the X86 target's path. Fixes... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3dac3b7d2369bc7d051d0f709d63c321c1375532;p=oota-llvm.git Include based on the current path, since we already -I the X86 target's path. Fixes CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91908 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Disassembler/X86Disassembler.cpp b/lib/Target/X86/Disassembler/X86Disassembler.cpp index 17dbd7f237f..c6622b7b5ed 100644 --- a/lib/Target/X86/Disassembler/X86Disassembler.cpp +++ b/lib/Target/X86/Disassembler/X86Disassembler.cpp @@ -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;