1//===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file is configured by the build system to define the variables
10// llvm-config wants to report to the user, but which can only be determined at
11// build time.
12//
13// The variant of this file not ending with .in has been autogenerated by the
14// LLVM build. Do not edit!
15//
16//===----------------------------------------------------------------------===//
17
18#define LLVM_SRC_ROOT "/home/runner/work/codebrowser-llvm.github.io/codebrowser-llvm.github.io/llvm-project/llvm"
19#define LLVM_OBJ_ROOT "/home/runner/work/codebrowser-llvm.github.io/codebrowser-llvm.github.io/llvm-project/build"
20#define LLVM_CPPFLAGS "-D_GNU_SOURCE -D_GLIBCXX_USE_CXX11_ABI=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
21#define LLVM_CFLAGS " -D_GNU_SOURCE -D_GLIBCXX_USE_CXX11_ABI=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
22#define LLVM_LDFLAGS ""
23#define LLVM_CXXFLAGS "-std=c++17 -D_GNU_SOURCE -D_GLIBCXX_USE_CXX11_ABI=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-exceptions -fno-rtti"
24#define LLVM_BUILDMODE "Release"
25#define LLVM_LIBDIR_SUFFIX ""
26#define LLVM_INSTALL_INCLUDEDIR "include"
27#define LLVM_INSTALL_PACKAGE_DIR "lib/cmake/llvm"
28#define LLVM_TARGETS_BUILT "AArch64 AMDGPU ARM AVR BPF Hexagon Lanai LoongArch Mips MSP430 NVPTX PowerPC RISCV Sparc SPIRV SystemZ VE WebAssembly X86 XCore"
29#define LLVM_SYSTEM_LIBS "-lrt -ldl -lm -lz -lzstd -lxml2"
30#define LLVM_BUILD_SYSTEM "cmake"
31#define LLVM_HAS_RTTI 0
32#define LLVM_ENABLE_DYLIB 0
33#define LLVM_LINK_DYLIB 0
34#define LLVM_ENABLE_SHARED 1
35#define LLVM_DYLIB_COMPONENTS "all"
36#define LLVM_DYLIB_VERSION "23git"
37#define LLVM_TOOLS_INSTALL_DIR "bin"
38#define LLVM_SHARED_LIBRARY_PREFIX "lib"
39