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 "/usr/src/gnu/llvm/llvm" 19#define LLVM_OBJ_ROOT "/usr/obj/gnu/usr.bin/clang" 20#define LLVM_CPPFLAGS "-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 21#define LLVM_CFLAGS " -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 22#define LLVM_LDFLAGS "" 23#define LLVM_CXXFLAGS "-std=c++14 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 24#define LLVM_BUILDMODE "Release" 25#define LLVM_LIBDIR_SUFFIX "" 26#define LLVM_SYSTEM_LIBS "-lz -lpthread -lm" 27#define LLVM_BUILD_SYSTEM "cmake" 28#define LLVM_HAS_RTTI 0 29#define LLVM_ENABLE_DYLIB 1 30#define LLVM_LINK_DYLIB 1 31#define LLVM_ENABLE_SHARED 0 32#define LLVM_DYLIB_COMPONENTS "all" 33#define LLVM_DYLIB_VERSION "11" 34#define LLVM_HAS_GLOBAL_ISEL 1 35#define LLVM_TOOLS_INSTALL_DIR "bin" 36