diff options
author | Duncan Sands <baldrick@free.fr> | 2011-12-01 10:50:19 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-12-01 10:50:19 +0000 |
commit | f6ace1924344b6bbeafe82494138f9673c22bddc (patch) | |
tree | 556db7585a5afe5e322abde5514af86b7ea95a76 /tools/llvm-config/BuildVariables.inc.in | |
parent | 7d5a61e975260d01bb2079b5dcb9c93b76a4734d (diff) | |
download | llvm-f6ace1924344b6bbeafe82494138f9673c22bddc.tar.gz |
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/BuildVariables.inc.in')
-rw-r--r-- | tools/llvm-config/BuildVariables.inc.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/llvm-config/BuildVariables.inc.in b/tools/llvm-config/BuildVariables.inc.in index 5969772c9dc4..e69de29bb2d1 100644 --- a/tools/llvm-config/BuildVariables.inc.in +++ b/tools/llvm-config/BuildVariables.inc.in @@ -1,26 +0,0 @@ -//===-- 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@" |