xref: /freebsd/lib/clang/include/llvm/Config/TargetMCAs.def (revision ccfd87fe2ac0e2e6aeb1911a7d7cce6712a8564f)
1#ifndef LLVM_TARGETMCA
2#  error Please define the macro LLVM_TARGETMCA(TargetName)
3#endif
4
5#ifdef LLVM_TARGET_ENABLE_RISCV
6LLVM_TARGETMCA(RISCV)
7#endif
8#ifdef LLVM_TARGET_ENABLE_X86
9LLVM_TARGETMCA(X86)
10#endif
11
12#undef LLVM_TARGETMCA
13