BuildVariables.inc.def revision 1.1
1//===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===//
2//
3//                     The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file is configured by the build system to define the variables
11// llvm-config wants to report to the user, but which can only be determined at
12// build time.
13//
14// The variant of this file not ending with .in has been autogenerated by the
15// LLVM build. Do not edit!
16//
17//===----------------------------------------------------------------------===//
18
19#define LLVM_SRC_ROOT "/usr/src/gnu/llvm"
20#define LLVM_OBJ_ROOT "/usr/obj/gnu/usr.bin/clang"
21#define LLVM_CPPFLAGS "  -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
22#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"
23#define LLVM_LDFLAGS ""
24#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"
25#define LLVM_BUILDMODE "Release"
26#define LLVM_LIBDIR_SUFFIX ""
27#define LLVM_SYSTEM_LIBS "-lz -lpthread -lm"
28#define LLVM_BUILD_SYSTEM "cmake"
29#define LLVM_HAS_RTTI 0
30#define LLVM_ENABLE_DYLIB 1
31#define LLVM_LINK_DYLIB 1
32#define LLVM_ENABLE_SHARED 0
33#define LLVM_DYLIB_COMPONENTS "all"
34#define LLVM_DYLIB_VERSION "7"
35#define LLVM_HAS_GLOBAL_ISEL 1
36#define LLVM_TOOLS_INSTALL_DIR "bin"
37