summaryrefslogtreecommitdiff
path: root/tools/llvm-config-2/BuildVariables.inc.in
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-12-01 10:50:19 +0000
committerDuncan Sands <baldrick@free.fr>2011-12-01 10:50:19 +0000
commitf6ace1924344b6bbeafe82494138f9673c22bddc (patch)
tree556db7585a5afe5e322abde5514af86b7ea95a76 /tools/llvm-config-2/BuildVariables.inc.in
parent7d5a61e975260d01bb2079b5dcb9c93b76a4734d (diff)
downloadllvm-f6ace1924344b6bbeafe82494138f9673c22bddc.tar.gz
llvm-f6ace1924344b6bbeafe82494138f9673c22bddc.tar.bz2
llvm-f6ace1924344b6bbeafe82494138f9673c22bddc.tar.xz
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Original commit message: llvm-config: Replace with C++ version (was llvm-config-2). - Reapply of r144300, with lots of fixes/migration easement in between. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config-2/BuildVariables.inc.in')
-rw-r--r--tools/llvm-config-2/BuildVariables.inc.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/llvm-config-2/BuildVariables.inc.in b/tools/llvm-config-2/BuildVariables.inc.in
new file mode 100644
index 0000000000..5969772c9d
--- /dev/null
+++ b/tools/llvm-config-2/BuildVariables.inc.in
@@ -0,0 +1,26 @@
+//===-- 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 non .in variant of this file has been autogenerated by the LLVM build. Do
+// not edit!
+//
+//===----------------------------------------------------------------------===//
+
+#define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@"
+#define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@"
+#define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@"
+#define LLVM_CFLAGS "@LLVM_CFLAGS@"
+#define LLVM_LDFLAGS "@LLVM_LDFLAGS@"
+#define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@"
+#define LLVM_BUILDMODE "@LLVM_BUILDMODE@"
+#define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@"