mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
14 lines
271 B
Modula-2
14 lines
271 B
Modula-2
/* $FreeBSD$ */
|
|
|
|
#ifndef LLVM_ASM_PARSER
|
|
# error Please define the macro LLVM_ASM_PARSER(TargetName)
|
|
#endif
|
|
|
|
LLVM_ASM_PARSER(AArch64)
|
|
LLVM_ASM_PARSER(ARM)
|
|
LLVM_ASM_PARSER(Mips)
|
|
LLVM_ASM_PARSER(PowerPC)
|
|
LLVM_ASM_PARSER(Sparc)
|
|
LLVM_ASM_PARSER(X86)
|
|
|
|
#undef LLVM_ASM_PARSER
|