HEX
Server: nginx/1.29.3
System: Linux 11979.bigscoots-wpo.com 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: nginx (1068)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_open,proc_close,popen,show_source,cmd# Do not modify this line # 1684243876
Upload Files
File: //lib64/llvm20/include/llvm/Config/llvm-config.h
/*
 * Kluge to support multilib installation of both 32- and 64-bit RPMS:
 * we need to arrange that header files that appear in both RPMs are
 * identical.  Hence, this file is architecture-independent and calls
 * in an arch-dependent file that will appear in just one RPM.
 *
 * To avoid breaking arches not explicitly supported by Red Hat, we
 * use this indirection file *only* on known multilib arches.
 *
 * We pay attention to include _only_ the original multilib-unclean
 * header file.  Including any other system-header file could cause
 * unpredictable include-ordering issues (rhbz#1412274, comment #16).
 *
 * Note: this may well fail if user tries to use gcc's -I- option.
 * But that option is deprecated anyway.
 */
#if defined(__x86_64__)
#include "llvm-config-x86_64.h"
#elif defined(__i386__)
#include "llvm-config-i386.h"
#elif defined(__ppc64__) || defined(__powerpc64__)
#include "llvm-config-ppc64.h"
#elif defined(__ppc__) || defined(__powerpc__)
#include "llvm-config-ppc.h"
#elif defined(__s390x__)
#include "llvm-config-s390x.h"
#elif defined(__s390__)
#include "llvm-config-s390.h"
#elif defined(__sparc__) && defined(__arch64__)
#include "llvm-config-sparc64.h"
#elif defined(__sparc__)
#include "llvm-config-sparc.h"
#endif