//===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file is configured by the build system to define the variables // llvm-config wants to report to the user, but which can only be determined at // build time. // // The variant of this file not ending with .in has been autogenerated by the // LLVM build. Do not edit! // //===----------------------------------------------------------------------===// #define LLVM_SRC_ROOT "/usr/src/gnu/llvm" #define LLVM_OBJ_ROOT "/usr/obj/gnu/usr.bin/clang" #define LLVM_CPPFLAGS " -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" #define LLVM_CFLAGS "-O2 -pipe -fPIC -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" #define LLVM_LDFLAGS "" #define LLVM_CXXFLAGS "-O2 -pipe -fno-ret-protector -mno-retpoline -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" #define LLVM_BUILDMODE "Release" #define LLVM_LIBDIR_SUFFIX "" #define LLVM_SYSTEM_LIBS "-lz -lpthread -lm" #define LLVM_BUILD_SYSTEM "cmake" #define LLVM_HAS_RTTI 0 #define LLVM_ENABLE_DYLIB 1 #define LLVM_LINK_DYLIB 1 #define LLVM_ENABLE_SHARED 0 #define LLVM_DYLIB_COMPONENTS "all" #define LLVM_DYLIB_VERSION "7" #define LLVM_HAS_GLOBAL_ISEL 1 #define LLVM_TOOLS_INSTALL_DIR "bin"