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
This commit is contained in:
Douglas Gregor 2009-12-22 17:25:11 +00:00
parent 66500208a5
commit 3dac3b7d23

View 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;