Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 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 | // |
Alp Toker | 087ab61 | 2013-12-05 05:44:44 +0000 | [diff] [blame] | 14 | // The variant of this file not ending with .in has been autogenerated by the |
| 15 | // LLVM build. Do not edit! |
Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 16 | // |
| 17 | //===----------------------------------------------------------------------===// |
| 18 | |
| 19 | #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@" |
| 20 | #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@" |
| 21 | #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@" |
| 22 | #define LLVM_CFLAGS "@LLVM_CFLAGS@" |
| 23 | #define LLVM_LDFLAGS "@LLVM_LDFLAGS@" |
| 24 | #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@" |
| 25 | #define LLVM_BUILDMODE "@LLVM_BUILDMODE@" |
Chandler Carruth | 6e53164 | 2014-12-29 11:16:25 +0000 | [diff] [blame] | 26 | #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@" |
Daniel Dunbar | 275dd94 | 2011-12-16 00:04:43 +0000 | [diff] [blame] | 27 | #define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@" |
Daniel Dunbar | cb497b8 | 2011-12-01 20:18:09 +0000 | [diff] [blame] | 28 | #define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@" |
Tom Stellard | 800a5b0 | 2015-09-09 16:39:30 +0000 | [diff] [blame] | 29 | #define LLVM_BUILD_SYSTEM "@LLVM_BUILD_SYSTEM@" |
Michal Gorny | 71b8698 | 2017-01-10 19:55:51 +0000 | [diff] [blame] | 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 @BUILD_SHARED_LIBS@ |
Richard Diamond | 6c6be14 | 2015-11-09 23:15:38 +0000 | [diff] [blame] | 34 | #define LLVM_DYLIB_COMPONENTS "@LLVM_DYLIB_COMPONENTS@" |
Andrew Wilkins | 93083d4 | 2016-01-20 04:03:09 +0000 | [diff] [blame] | 35 | #define LLVM_DYLIB_VERSION "@LLVM_DYLIB_VERSION@" |
Michal Gorny | 71b8698 | 2017-01-10 19:55:51 +0000 | [diff] [blame] | 36 | #define LLVM_HAS_GLOBAL_ISEL @LLVM_HAS_GLOBAL_ISEL@ |
Keno Fischer | be2a63a | 2017-06-01 19:20:33 +0000 | [diff] [blame] | 37 | #define LLVM_TOOLS_INSTALL_DIR "@LLVM_TOOLS_INSTALL_DIR@" |