xref: /freebsd/lib/clang/include/llvm/Config/Disassemblers.def (revision 9fe44df2876d7f82ee666f2f899a528b130313b3)
1/* $FreeBSD$ */
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