Skip to content

Commit

Permalink
Regenerate configure.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140065 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Sep 19, 2011
1 parent 627445f commit 776d993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -5790,7 +5790,6 @@ fi




{ 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
Expand Down Expand Up @@ -10596,7 +10595,7 @@ else
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
Expand Down
6 changes: 3 additions & 3 deletions include/llvm/Config/config.h.in
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 776d993

Please sign in to comment.