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 "@LLVM_SRC_ROOT@" 19#define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@" 20#define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@" 21#define LLVM_CFLAGS "@LLVM_CFLAGS@" 22#define LLVM_LDFLAGS "@LLVM_LDFLAGS@" 23#define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@" 24#define LLVM_BUILDMODE "@LLVM_BUILDMODE@" 25#define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@" 26#define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@" 27#define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@" 28#define LLVM_BUILD_SYSTEM "@LLVM_BUILD_SYSTEM@" 29#define LLVM_HAS_RTTI @LLVM_HAS_RTTI@ 30#define LLVM_ENABLE_DYLIB @LLVM_BUILD_LLVM_DYLIB@ 31#define LLVM_LINK_DYLIB @LLVM_LINK_LLVM_DYLIB@ 32#define LLVM_ENABLE_SHARED @BUILD_SHARED_LIBS@ 33#define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS_expanded@" 34#define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@" 35#define LLVM_TOOLS_INSTALL_DIR "@LLVM_TOOLS_INSTALL_DIR@" 36