1*9880d681SAndroid Build Coastguard Worker//===-- BuildVariables.inc.in - llvm-config build variables -*- C++ -*-----===// 2*9880d681SAndroid Build Coastguard Worker// 3*9880d681SAndroid Build Coastguard Worker// The LLVM Compiler Infrastructure 4*9880d681SAndroid Build Coastguard Worker// 5*9880d681SAndroid Build Coastguard Worker// This file is distributed under the University of Illinois Open Source 6*9880d681SAndroid Build Coastguard Worker// License. See LICENSE.TXT for details. 7*9880d681SAndroid Build Coastguard Worker// 8*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===// 9*9880d681SAndroid Build Coastguard Worker// 10*9880d681SAndroid Build Coastguard Worker// This file is configured by the build system to define the variables 11*9880d681SAndroid Build Coastguard Worker// llvm-config wants to report to the user, but which can only be determined at 12*9880d681SAndroid Build Coastguard Worker// build time. 13*9880d681SAndroid Build Coastguard Worker// 14*9880d681SAndroid Build Coastguard Worker// The variant of this file not ending with .in has been autogenerated by the 15*9880d681SAndroid Build Coastguard Worker// LLVM build. Do not edit! 16*9880d681SAndroid Build Coastguard Worker// 17*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===// 18*9880d681SAndroid Build Coastguard Worker 19*9880d681SAndroid Build Coastguard Worker#define LLVM_SRC_ROOT "@ANDROID_BUILD_TOP@/external/llvm" 20*9880d681SAndroid Build Coastguard Worker#define LLVM_OBJ_ROOT "" 21*9880d681SAndroid Build Coastguard Worker#define LLVM_CPPFLAGS " -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 22*9880d681SAndroid Build Coastguard Worker#define LLVM_CFLAGS " -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 23*9880d681SAndroid Build Coastguard Worker#define LLVM_LDFLAGS "" 24*9880d681SAndroid Build Coastguard Worker#define LLVM_CXXFLAGS " -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -fno-rtti -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" 25*9880d681SAndroid Build Coastguard Worker#define LLVM_BUILDMODE "" 26*9880d681SAndroid Build Coastguard Worker#define LLVM_LIBDIR_SUFFIX "" 27*9880d681SAndroid Build Coastguard Worker#define LLVM_TARGETS_BUILT "X86 AArch64 ARM Mips" 28*9880d681SAndroid Build Coastguard Worker#define LLVM_SYSTEM_LIBS "-lrt -ldl -ltinfo -lpthread" 29*9880d681SAndroid Build Coastguard Worker#define LLVM_BUILD_SYSTEM "" 30*9880d681SAndroid Build Coastguard Worker#define LLVM_HAS_RTTI "@LLVM_HAS_RTTI@" 31*9880d681SAndroid Build Coastguard Worker#define LLVM_ENABLE_DYLIB "@LLVM_BUILD_LLVM_DYLIB@" 32*9880d681SAndroid Build Coastguard Worker#define LLVM_LINK_DYLIB "@LLVM_LINK_LLVM_DYLIB@" 33*9880d681SAndroid Build Coastguard Worker#define LLVM_ENABLE_SHARED "@LLVM_ENABLE_SHARED@" 34*9880d681SAndroid Build Coastguard Worker#define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS@" 35*9880d681SAndroid Build Coastguard Worker#define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@" 36*9880d681SAndroid Build Coastguard Worker#define LLVM_HAS_GLOBAL_ISEL "@LLVM_HAS_GLOBAL_ISEL@" 37