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 "/input/llvm/llvm" |
19 | #define LLVM_OBJ_ROOT "/input/llvm/llvm_build" |
20 | #define LLVM_CPPFLAGS "-D_GNU_SOURCE -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" |
21 | #define LLVM_CFLAGS " -D_GNU_SOURCE -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" |
22 | #define LLVM_LDFLAGS "" |
23 | #define LLVM_CXXFLAGS "-std=c++17 -fno-exceptions -funwind-tables -fno-rtti -D_GNU_SOURCE -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" |
24 | #define LLVM_BUILDMODE "Debug" |
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 SystemZ VE WebAssembly X86 XCore" |
29 | #define LLVM_SYSTEM_LIBS "-lrt -ldl -lm -lz -lzstd -ltinfo -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 0 |
35 | #define LLVM_DYLIB_COMPONENTS "all" |
36 | #define LLVM_DYLIB_VERSION "19git" |
37 | #define LLVM_TOOLS_INSTALL_DIR "bin" |
38 | |