commit | 38e1390c29c024d5bbff3063c2a86bceb7bd3e60 | [log] [tgz] |
---|---|---|
author | Oscar Fuentes <ofv@wanadoo.es> | Tue Sep 28 11:48:19 2010 +0000 |
committer | Oscar Fuentes <ofv@wanadoo.es> | Tue Sep 28 11:48:19 2010 +0000 |
tree | 2a1302871c06da26387577afbb45cc716ed3108b | |
parent | acf1d482bff0eb8e9a3562a1f53033a53baf3727 [diff] [blame] |
Add ARM Disassembler to the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114949 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp index e220289..ef71da6 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassembler.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
@@ -39,9 +39,9 @@ /// o static uint16_t decodeThumbInstruction(field_t insn) - the decoding /// function for a Thumb instruction. /// -#include "../ARMGenDecoderTables.inc" +#include "ARMGenDecoderTables.inc" -#include "../ARMGenEDInfo.inc" +#include "ARMGenEDInfo.inc" using namespace llvm;