[llvm-commits] [llvm] r137412 - in /llvm/trunk: configure include/llvm/Config/config.h.in
NAKAMURA Takumi
geek4civic at gmail.com
Thu Aug 11 18:50:44 PDT 2011
Author: chapuni
Date: Thu Aug 11 20:50:43 2011
New Revision: 137412
URL: http://llvm.org/viewvc/llvm-project?rev=137412&view=rev
Log:
configure: Update since r136721.
Modified:
llvm/trunk/configure
llvm/trunk/include/llvm/Config/config.h.in
Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=137412&r1=137411&r2=137412&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Thu Aug 11 20:50:43 2011
@@ -1472,7 +1472,7 @@
--with-binutils-include Specify path to binutils/include/ containing
plugin-api.h file for gold plugin.
--with-bug-report-url Specify the URL where bug reports should be
- submitted (default=http://llvm.org)
+ submitted (default=http://llvm.org/bugs/)
--with-tclinclude directory where tcl headers are
--with-llvmcc=<name> Choose the LLVM capable compiler to use (llvm-gcc,
clang, or none; default=check)
@@ -5527,7 +5527,7 @@
if test "${with_bug_report_url+set}" = set; then
withval=$with_bug_report_url;
else
- withval="http://llvm.org"
+ withval="http://llvm.org/bugs/"
fi
@@ -11612,7 +11612,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11621 "configure"
+#line 11615 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
Modified: llvm/trunk/include/llvm/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.in?rev=137412&r1=137411&r2=137412&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.in (original)
+++ llvm/trunk/include/llvm/Config/config.h.in Thu Aug 11 20:50:43 2011
@@ -576,15 +576,15 @@
/* LLVM name for the native AsmPrinter init function, if available */
#undef LLVM_NATIVE_ASMPRINTER
-/* LLVM name for the native TargetMC init function, if available */
-#undef LLVM_NATIVE_TARGETMC
-
/* LLVM name for the native Target init function, if available */
#undef LLVM_NATIVE_TARGET
/* LLVM name for the native TargetInfo init function, if available */
#undef LLVM_NATIVE_TARGETINFO
+/* LLVM name for the native target MC init function, if available */
+#undef LLVM_NATIVE_TARGETMC
+
/* Define if this is Unixish platform */
#undef LLVM_ON_UNIX
More information about the llvm-commits
mailing list