| Server IP : 35.80.110.71 / Your IP : 216.73.216.21 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/include/llvm-17/llvm/Config/ |
Upload File : |
/*===----- llvm/Config/TargetExegesis.def - LLVM Target Exegesis-*- C++ -*-===*\ |* *| |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *| |* Exceptions. *| |* See https://llvm.org/LICENSE.txt for license information. *| |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| |* *| |*===----------------------------------------------------------------------===*| |* *| |* This file enumerates all of the target's of llvm-exegesis *| |* supported by this build of LLVM. Clients of this file should define *| |* the LLVM_EXEGISIS macro to be a function-like macro with a *| |* single parameter (the name of the target whose assembly can be *| |* generated); including this file will then enumerate all of the *| |* targets with target llvm-exegsis support. *| |* *| |* The set of targets supported by LLVM is generated at configuration *| |* time, at which point this header is generated. Do not modify this *| |* header directly. *| |* *| \*===----------------------------------------------------------------------===*/ #ifndef LLVM_EXEGESIS # error Please define the macro LLVM_EXEGESIS(TargetName) #endif LLVM_EXEGESIS(AArch64) LLVM_EXEGESIS(Mips) LLVM_EXEGESIS(PowerPC) LLVM_EXEGESIS(X86) #undef LLVM_EXEGESIS