Skip to content
Snippets Groups Projects
Commit 8b858396 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Include based on the current path, since we already -I the X86 target's path. Fixes CMake build

llvm-svn: 91908
parent 2e9c795d
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h" #include "llvm/Support/raw_ostream.h"
#include "../X86GenRegisterNames.inc" #include "X86GenRegisterNames.inc"
using namespace llvm; using namespace llvm;
using namespace llvm::X86Disassembler; using namespace llvm::X86Disassembler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment