• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "@ANDROID_BUILD_TOP@/external/llvm"
20#define LLVM_OBJ_ROOT ""
21#define LLVM_CPPFLAGS "   -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
22#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#define LLVM_LDFLAGS ""
24#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#define LLVM_BUILDMODE ""
26#define LLVM_LIBDIR_SUFFIX ""
27#define LLVM_TARGETS_BUILT "X86 AArch64 ARM Mips"
28#define LLVM_SYSTEM_LIBS "-lrt -ldl -ltinfo -lpthread"
29#define LLVM_BUILD_SYSTEM ""
30#define LLVM_HAS_RTTI "@LLVM_HAS_RTTI@"
31#define LLVM_ENABLE_DYLIB "@LLVM_BUILD_LLVM_DYLIB@"
32#define LLVM_LINK_DYLIB "@LLVM_LINK_LLVM_DYLIB@"
33#define LLVM_ENABLE_SHARED "@LLVM_ENABLE_SHARED@"
34#define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS@"
35#define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@"
36#define LLVM_HAS_GLOBAL_ISEL "@LLVM_HAS_GLOBAL_ISEL@"
37