[llvm-commits] [llvm] r140065 - in /llvm/trunk: configure include/llvm/Config/config.h.in
Eric Christopher
echristo at apple.com
Mon Sep 19 13:46:12 PDT 2011
Author: echristo
Date: Mon Sep 19 15:46:12 2011
New Revision: 140065
URL: http://llvm.org/viewvc/llvm-project?rev=140065&view=rev
Log:
Regenerate configure.
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=140065&r1=140064&r2=140065&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Mon Sep 19 15:46:12 2011
@@ -5790,7 +5790,6 @@
-
{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
if test "${lt_cv_path_NM+set}" = set; then
@@ -10596,7 +10595,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10599 "configure"
+#line 10598 "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=140065&r1=140064&r2=140065&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.in (original)
+++ llvm/trunk/include/llvm/Config/config.h.in Mon Sep 19 15:46:12 2011
@@ -549,6 +549,9 @@
/* Installation directory for config files */
#undef LLVM_ETCDIR
+/* Has gcc/MSVC atomic intrinsics */
+#undef LLVM_HAS_ATOMICS
+
/* Host triple we were built on */
#undef LLVM_HOSTTRIPLE
@@ -564,9 +567,6 @@
/* Installation directory for man pages */
#undef LLVM_MANDIR
-/* Has gcc/MSVC atomic intrinsics */
-#undef LLVM_HAS_ATOMICS
-
/* LLVM architecture name for the native architecture, if available */
#undef LLVM_NATIVE_ARCH
More information about the llvm-commits
mailing list