1b918c1a8Sjsg//===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===// 2b918c1a8Sjsg// 3aa1fa3d4Spatrick// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4aa1fa3d4Spatrick// See https://llvm.org/LICENSE.txt for license information. 5aa1fa3d4Spatrick// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6b918c1a8Sjsg// 7b918c1a8Sjsg//===----------------------------------------------------------------------===// 8b918c1a8Sjsg// 9b918c1a8Sjsg// This file is configured by the build system to define the variables 10b918c1a8Sjsg// llvm-config wants to report to the user, but which can only be determined at 11b918c1a8Sjsg// build time. 12b918c1a8Sjsg// 13b918c1a8Sjsg// The variant of this file not ending with .in has been autogenerated by the 14b918c1a8Sjsg// LLVM build. Do not edit! 15b918c1a8Sjsg// 16b918c1a8Sjsg//===----------------------------------------------------------------------===// 17b918c1a8Sjsg 18aa1fa3d4Spatrick#define LLVM_SRC_ROOT "/usr/src/gnu/llvm/llvm" 19b918c1a8Sjsg#define LLVM_OBJ_ROOT "/usr/obj/gnu/usr.bin/clang" 20b918c1a8Sjsg#define LLVM_CPPFLAGS "-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 21aa1fa3d4Spatrick#define LLVM_CFLAGS " -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 22b918c1a8Sjsg#define LLVM_LDFLAGS "" 23*1ad61ae0Srobert#define LLVM_CXXFLAGS "-std=c++17 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 24b918c1a8Sjsg#define LLVM_BUILDMODE "Release" 25b918c1a8Sjsg#define LLVM_LIBDIR_SUFFIX "" 26*1ad61ae0Srobert#define LLVM_INSTALL_INCLUDEDIR "include" 27*1ad61ae0Srobert#define LLVM_INSTALL_PACKAGE_DIR "lib/cmake/llvm" 28*1ad61ae0Srobert#define LLVM_SYSTEM_LIBS "-lexecinfo -lpthread -lm -lz" 29b918c1a8Sjsg#define LLVM_BUILD_SYSTEM "cmake" 30b918c1a8Sjsg#define LLVM_HAS_RTTI 0 31b918c1a8Sjsg#define LLVM_ENABLE_DYLIB 1 32b918c1a8Sjsg#define LLVM_LINK_DYLIB 1 33b918c1a8Sjsg#define LLVM_ENABLE_SHARED 0 34b918c1a8Sjsg#define LLVM_DYLIB_COMPONENTS "all" 35*1ad61ae0Srobert#define LLVM_DYLIB_VERSION "16" 36b918c1a8Sjsg#define LLVM_TOOLS_INSTALL_DIR "bin" 37