Disassemblers.def revision 310618
1/* $FreeBSD: stable/11/lib/clang/include/llvm/Config/Disassemblers.def 310618 2016-12-26 20:36:37Z dim $ */
2
3#ifndef LLVM_DISASSEMBLER
4#  error Please define the macro LLVM_DISASSEMBLER(TargetName)
5#endif
6
7LLVM_DISASSEMBLER(AArch64)
8LLVM_DISASSEMBLER(ARM)
9LLVM_DISASSEMBLER(Mips)
10LLVM_DISASSEMBLER(PowerPC)
11LLVM_DISASSEMBLER(Sparc)
12LLVM_DISASSEMBLER(X86)
13
14#undef LLVM_DISASSEMBLER
15