mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
#if 0 out X86 disassembler for now, it is breaking the build in multiple places.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bcfd12a234
commit
c814346c9d
@ -14,6 +14,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if 0
|
||||
|
||||
#include "X86Disassembler.h"
|
||||
#include "X86DisassemblerDecoder.h"
|
||||
#include "X86InstrInfo.h"
|
||||
@ -459,3 +461,8 @@ extern "C" void LLVMInitializeX86Disassembler() {
|
||||
TargetRegistry::RegisterMCDisassembler(TheX86_64Target,
|
||||
createX86_64Disassembler);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
extern "C" void LLVMInitializeX86Disassembler() {
|
||||
}
|
||||
|
@ -13,6 +13,8 @@
|
||||
*
|
||||
*===----------------------------------------------------------------------===*/
|
||||
|
||||
#if 0
|
||||
|
||||
#include <assert.h> /* for assert() */
|
||||
#include <stdarg.h> /* for va_*() */
|
||||
#include <stdio.h> /* for vsnprintf() */
|
||||
@ -1359,3 +1361,7 @@ int decodeInstruction(struct InternalInstruction* insn,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
int X86DissemblerDecoder_dummy = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user