mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
re-apply r80197, now that iterator.h is not mentioned any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5fb4282cd
commit
4c75054b01
4
Makefile
4
Makefile
@ -117,7 +117,6 @@ debug-opt-prof:
|
|||||||
dist-hook::
|
dist-hook::
|
||||||
$(Echo) Eliminating files constructed by configure
|
$(Echo) Eliminating files constructed by configure
|
||||||
$(Verb) $(RM) -f \
|
$(Verb) $(RM) -f \
|
||||||
$(TopDistDir)/include/llvm/ADT/iterator.h \
|
|
||||||
$(TopDistDir)/include/llvm/Config/config.h \
|
$(TopDistDir)/include/llvm/Config/config.h \
|
||||||
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
||||||
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
||||||
@ -136,8 +135,7 @@ FilesToConfig := \
|
|||||||
include/llvm/Config/config.h \
|
include/llvm/Config/config.h \
|
||||||
include/llvm/Config/Targets.def \
|
include/llvm/Config/Targets.def \
|
||||||
include/llvm/Config/AsmPrinters.def \
|
include/llvm/Config/AsmPrinters.def \
|
||||||
include/llvm/Support/DataTypes.h \
|
include/llvm/Support/DataTypes.h
|
||||||
include/llvm/ADT/iterator.h
|
|
||||||
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
|
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
|
||||||
|
|
||||||
all-local:: $(FilesToConfigPATH)
|
all-local:: $(FilesToConfigPATH)
|
||||||
|
@ -1314,7 +1314,6 @@ AC_CONFIG_FILES([include/llvm/Config/Targets.def])
|
|||||||
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
|
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
|
||||||
AC_CONFIG_FILES([include/llvm/Config/AsmParsers.def])
|
AC_CONFIG_FILES([include/llvm/Config/AsmParsers.def])
|
||||||
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
|
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
|
||||||
AC_CONFIG_HEADERS([include/llvm/ADT/iterator.h])
|
|
||||||
|
|
||||||
dnl Configure the makefile's configuration data
|
dnl Configure the makefile's configuration data
|
||||||
AC_CONFIG_FILES([Makefile.config])
|
AC_CONFIG_FILES([Makefile.config])
|
||||||
|
@ -180,11 +180,6 @@ configure_file(
|
|||||||
${LLVM_BINARY_DIR}/include/llvm/Config/config.h
|
${LLVM_BINARY_DIR}/include/llvm/Config/config.h
|
||||||
)
|
)
|
||||||
|
|
||||||
configure_file(
|
|
||||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT/iterator.cmake
|
|
||||||
${LLVM_BINARY_DIR}/include/llvm/ADT/iterator.h
|
|
||||||
)
|
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
|
||||||
${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h
|
${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h
|
||||||
|
72
configure
vendored
72
configure
vendored
@ -834,7 +834,6 @@ CVSBUILD
|
|||||||
ENABLE_OPTIMIZED
|
ENABLE_OPTIMIZED
|
||||||
ENABLE_PROFILING
|
ENABLE_PROFILING
|
||||||
DISABLE_ASSERTIONS
|
DISABLE_ASSERTIONS
|
||||||
LLVM_COMPACT_SENTINELS
|
|
||||||
ENABLE_EXPENSIVE_CHECKS
|
ENABLE_EXPENSIVE_CHECKS
|
||||||
EXPENSIVE_CHECKS
|
EXPENSIVE_CHECKS
|
||||||
DEBUG_RUNTIME
|
DEBUG_RUNTIME
|
||||||
@ -4846,21 +4845,6 @@ else
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test ${ENABLE_OPTIMIZED},${DISABLE_ASSERTIONS} = "ENABLE_OPTIMIZED=1,DISABLE_ASSERTIONS=1" ; then
|
|
||||||
LLVM_COMPACT_SENTINELS=1
|
|
||||||
|
|
||||||
else
|
|
||||||
LLVM_COMPACT_SENTINELS=0
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define LLVM_COMPACT_SENTINELS $LLVM_COMPACT_SENTINELS
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-expensive-checks was given.
|
# Check whether --enable-expensive-checks was given.
|
||||||
if test "${enable_expensive_checks+set}" = set; then
|
if test "${enable_expensive_checks+set}" = set; then
|
||||||
enableval=$enable_expensive_checks;
|
enableval=$enable_expensive_checks;
|
||||||
@ -10988,7 +10972,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 10991 "configure"
|
#line 10975 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
@ -13132,7 +13116,7 @@ ia64-*-hpux*)
|
|||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 13135 "configure"' > conftest.$ac_ext
|
echo '#line 13119 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
@ -14850,11 +14834,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:14853: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:14837: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:14857: \$? = $ac_status" >&5
|
echo "$as_me:14841: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -15118,11 +15102,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:15121: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:15105: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:15125: \$? = $ac_status" >&5
|
echo "$as_me:15109: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -15222,11 +15206,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:15225: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:15209: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:15229: \$? = $ac_status" >&5
|
echo "$as_me:15213: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -17674,7 +17658,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17677 "configure"
|
#line 17661 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
@ -17774,7 +17758,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17777 "configure"
|
#line 17761 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
@ -20142,11 +20126,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:20145: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:20129: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:20149: \$? = $ac_status" >&5
|
echo "$as_me:20133: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -20246,11 +20230,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:20249: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:20233: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:20253: \$? = $ac_status" >&5
|
echo "$as_me:20237: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -21816,11 +21800,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:21819: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:21803: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:21823: \$? = $ac_status" >&5
|
echo "$as_me:21807: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -21920,11 +21904,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:21923: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:21907: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:21927: \$? = $ac_status" >&5
|
echo "$as_me:21911: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -24155,11 +24139,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:24158: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:24142: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:24162: \$? = $ac_status" >&5
|
echo "$as_me:24146: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -24423,11 +24407,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:24426: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:24410: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:24430: \$? = $ac_status" >&5
|
echo "$as_me:24414: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -24527,11 +24511,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:24530: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:24514: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:24534: \$? = $ac_status" >&5
|
echo "$as_me:24518: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -35316,8 +35300,6 @@ ac_config_files="$ac_config_files include/llvm/Config/AsmParsers.def"
|
|||||||
|
|
||||||
ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
|
ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers include/llvm/ADT/iterator.h"
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile.config"
|
ac_config_files="$ac_config_files Makefile.config"
|
||||||
|
|
||||||
@ -35944,7 +35926,6 @@ do
|
|||||||
"include/llvm/Config/AsmPrinters.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmPrinters.def" ;;
|
"include/llvm/Config/AsmPrinters.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmPrinters.def" ;;
|
||||||
"include/llvm/Config/AsmParsers.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmParsers.def" ;;
|
"include/llvm/Config/AsmParsers.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmParsers.def" ;;
|
||||||
"include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes.h" ;;
|
"include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes.h" ;;
|
||||||
"include/llvm/ADT/iterator.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/iterator.h" ;;
|
|
||||||
"Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
|
"Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
|
||||||
"llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;;
|
"llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;;
|
||||||
"docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
|
"docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
|
||||||
@ -36104,7 +36085,6 @@ CVSBUILD!$CVSBUILD$ac_delim
|
|||||||
ENABLE_OPTIMIZED!$ENABLE_OPTIMIZED$ac_delim
|
ENABLE_OPTIMIZED!$ENABLE_OPTIMIZED$ac_delim
|
||||||
ENABLE_PROFILING!$ENABLE_PROFILING$ac_delim
|
ENABLE_PROFILING!$ENABLE_PROFILING$ac_delim
|
||||||
DISABLE_ASSERTIONS!$DISABLE_ASSERTIONS$ac_delim
|
DISABLE_ASSERTIONS!$DISABLE_ASSERTIONS$ac_delim
|
||||||
LLVM_COMPACT_SENTINELS!$LLVM_COMPACT_SENTINELS$ac_delim
|
|
||||||
ENABLE_EXPENSIVE_CHECKS!$ENABLE_EXPENSIVE_CHECKS$ac_delim
|
ENABLE_EXPENSIVE_CHECKS!$ENABLE_EXPENSIVE_CHECKS$ac_delim
|
||||||
EXPENSIVE_CHECKS!$EXPENSIVE_CHECKS$ac_delim
|
EXPENSIVE_CHECKS!$EXPENSIVE_CHECKS$ac_delim
|
||||||
DEBUG_RUNTIME!$DEBUG_RUNTIME$ac_delim
|
DEBUG_RUNTIME!$DEBUG_RUNTIME$ac_delim
|
||||||
@ -36123,6 +36103,7 @@ BINUTILS_INCDIR!$BINUTILS_INCDIR$ac_delim
|
|||||||
ENABLE_LLVMC_DYNAMIC!$ENABLE_LLVMC_DYNAMIC$ac_delim
|
ENABLE_LLVMC_DYNAMIC!$ENABLE_LLVMC_DYNAMIC$ac_delim
|
||||||
ENABLE_LLVMC_DYNAMIC_PLUGINS!$ENABLE_LLVMC_DYNAMIC_PLUGINS$ac_delim
|
ENABLE_LLVMC_DYNAMIC_PLUGINS!$ENABLE_LLVMC_DYNAMIC_PLUGINS$ac_delim
|
||||||
CXX!$CXX$ac_delim
|
CXX!$CXX$ac_delim
|
||||||
|
CXXFLAGS!$CXXFLAGS$ac_delim
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
|
||||||
@ -36164,7 +36145,6 @@ _ACEOF
|
|||||||
ac_delim='%!_!# '
|
ac_delim='%!_!# '
|
||||||
for ac_last_try in false false false false false :; do
|
for ac_last_try in false false false false false :; do
|
||||||
cat >conf$$subs.sed <<_ACEOF
|
cat >conf$$subs.sed <<_ACEOF
|
||||||
CXXFLAGS!$CXXFLAGS$ac_delim
|
|
||||||
ac_ct_CXX!$ac_ct_CXX$ac_delim
|
ac_ct_CXX!$ac_ct_CXX$ac_delim
|
||||||
NM!$NM$ac_delim
|
NM!$NM$ac_delim
|
||||||
ifGNUmake!$ifGNUmake$ac_delim
|
ifGNUmake!$ifGNUmake$ac_delim
|
||||||
@ -36258,7 +36238,7 @@ LIBOBJS!$LIBOBJS$ac_delim
|
|||||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 91; then
|
||||||
break
|
break
|
||||||
elif $ac_last_try; then
|
elif $ac_last_try; then
|
||||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||||
|
@ -1,79 +0,0 @@
|
|||||||
//===-- llvm/ADT/iterator - Portable wrapper around <iterator> --*- C++ -*-===//
|
|
||||||
//
|
|
||||||
// The LLVM Compiler Infrastructure
|
|
||||||
//
|
|
||||||
// This file was developed by the LLVM research group and is distributed under
|
|
||||||
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
//
|
|
||||||
// This file provides a wrapper around the mysterious <iterator> header file.
|
|
||||||
// In GCC 2.95.3, the file defines a bidirectional_iterator class (and other
|
|
||||||
// friends), instead of the standard iterator class. In GCC 3.1, the
|
|
||||||
// bidirectional_iterator class got moved out and the new, standards compliant,
|
|
||||||
// iterator<> class was added. Because there is nothing that we can do to get
|
|
||||||
// correct behavior on both compilers, we have this header with #ifdef's. Gross
|
|
||||||
// huh?
|
|
||||||
//
|
|
||||||
// By #includ'ing this file, you get the contents of <iterator> plus the
|
|
||||||
// following classes in the global namespace:
|
|
||||||
//
|
|
||||||
// 1. bidirectional_iterator
|
|
||||||
// 2. forward_iterator
|
|
||||||
//
|
|
||||||
// The #if directives' expressions are filled in by Autoconf.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
#ifndef LLVM_ADT_ITERATOR
|
|
||||||
#define LLVM_ADT_ITERATOR
|
|
||||||
|
|
||||||
#include <iterator>
|
|
||||||
|
|
||||||
#undef HAVE_BI_ITERATOR
|
|
||||||
#undef HAVE_STD_ITERATOR
|
|
||||||
#undef HAVE_FWD_ITERATOR
|
|
||||||
|
|
||||||
// defined by Kevin
|
|
||||||
#define HAVE_STD_ITERATOR 1
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
# define HAVE_BI_ITERATOR 0
|
|
||||||
# define HAVE_STD_ITERATOR 1
|
|
||||||
# define HAVE_FWD_ITERATOR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_BI_ITERATOR
|
|
||||||
# if HAVE_STD_ITERATOR
|
|
||||||
/// If the bidirectional iterator is not defined, we attempt to define it in
|
|
||||||
/// terms of the C++ standard iterator. Otherwise, we import it with a "using"
|
|
||||||
/// statement.
|
|
||||||
///
|
|
||||||
template<class Ty, class PtrDiffTy>
|
|
||||||
struct bidirectional_iterator
|
|
||||||
: public std::iterator<std::bidirectional_iterator_tag, Ty, PtrDiffTy> {
|
|
||||||
};
|
|
||||||
# else
|
|
||||||
# error "Need to have standard iterator to define bidirectional iterator!"
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
using std::bidirectional_iterator;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_FWD_ITERATOR
|
|
||||||
# if HAVE_STD_ITERATOR
|
|
||||||
/// If the forward iterator is not defined, attempt to define it in terms of
|
|
||||||
/// the C++ standard iterator. Otherwise, we import it with a "using" statement.
|
|
||||||
///
|
|
||||||
template<class Ty, class PtrDiffTy>
|
|
||||||
struct forward_iterator
|
|
||||||
: public std::iterator<std::forward_iterator_tag, Ty, PtrDiffTy> {
|
|
||||||
};
|
|
||||||
# else
|
|
||||||
# error "Need to have standard iterator to define forward iterator!"
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
using std::forward_iterator;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,76 +0,0 @@
|
|||||||
//==-- llvm/ADT/iterator.h - Portable wrapper around <iterator> --*- C++ -*-==//
|
|
||||||
//
|
|
||||||
// The LLVM Compiler Infrastructure
|
|
||||||
//
|
|
||||||
// This file is distributed under the University of Illinois Open Source
|
|
||||||
// License. See LICENSE.TXT for details.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
//
|
|
||||||
// This file provides a wrapper around the mysterious <iterator> header file.
|
|
||||||
// In GCC 2.95.3, the file defines a bidirectional_iterator class (and other
|
|
||||||
// friends), instead of the standard iterator class. In GCC 3.1, the
|
|
||||||
// bidirectional_iterator class got moved out and the new, standards compliant,
|
|
||||||
// iterator<> class was added. Because there is nothing that we can do to get
|
|
||||||
// correct behavior on both compilers, we have this header with #ifdef's. Gross
|
|
||||||
// huh?
|
|
||||||
//
|
|
||||||
// By #includ'ing this file, you get the contents of <iterator> plus the
|
|
||||||
// following classes in the global namespace:
|
|
||||||
//
|
|
||||||
// 1. bidirectional_iterator
|
|
||||||
// 2. forward_iterator
|
|
||||||
//
|
|
||||||
// The #if directives' expressions are filled in by Autoconf.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
#ifndef LLVM_ADT_ITERATOR_H
|
|
||||||
#define LLVM_ADT_ITERATOR_H
|
|
||||||
|
|
||||||
#include <iterator>
|
|
||||||
|
|
||||||
#undef HAVE_BI_ITERATOR
|
|
||||||
#undef HAVE_STD_ITERATOR
|
|
||||||
#undef HAVE_FWD_ITERATOR
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
# define HAVE_BI_ITERATOR 0
|
|
||||||
# define HAVE_STD_ITERATOR 1
|
|
||||||
# define HAVE_FWD_ITERATOR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_BI_ITERATOR
|
|
||||||
# if HAVE_STD_ITERATOR
|
|
||||||
/// If the bidirectional iterator is not defined, we attempt to define it in
|
|
||||||
/// terms of the C++ standard iterator. Otherwise, we import it with a "using"
|
|
||||||
/// statement.
|
|
||||||
///
|
|
||||||
template<class Ty, class PtrDiffTy>
|
|
||||||
struct bidirectional_iterator
|
|
||||||
: public std::iterator<std::bidirectional_iterator_tag, Ty, PtrDiffTy> {
|
|
||||||
};
|
|
||||||
# else
|
|
||||||
# error "Need to have standard iterator to define bidirectional iterator!"
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
using std::bidirectional_iterator;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_FWD_ITERATOR
|
|
||||||
# if HAVE_STD_ITERATOR
|
|
||||||
/// If the forward iterator is not defined, attempt to define it in terms of
|
|
||||||
/// the C++ standard iterator. Otherwise, we import it with a "using" statement.
|
|
||||||
///
|
|
||||||
template<class Ty, class PtrDiffTy>
|
|
||||||
struct forward_iterator
|
|
||||||
: public std::iterator<std::forward_iterator_tag, Ty, PtrDiffTy> {
|
|
||||||
};
|
|
||||||
# else
|
|
||||||
# error "Need to have standard iterator to define forward iterator!"
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
using std::forward_iterator;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // LLVM_ADT_ITERATOR_H
|
|
@ -3,6 +3,14 @@
|
|||||||
/* Define if dlopen(0) will open the symbols of the program */
|
/* Define if dlopen(0) will open the symbols of the program */
|
||||||
#undef CAN_DLOPEN_SELF
|
#undef CAN_DLOPEN_SELF
|
||||||
|
|
||||||
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
||||||
|
systems. This function is required for `alloca.c' support on those systems.
|
||||||
|
*/
|
||||||
|
#undef CRAY_STACKSEG_END
|
||||||
|
|
||||||
|
/* Define to 1 if using `alloca.c'. */
|
||||||
|
#undef C_ALLOCA
|
||||||
|
|
||||||
/* Define if CBE is enabled for printf %a output */
|
/* Define if CBE is enabled for printf %a output */
|
||||||
#undef ENABLE_CBE_PRINTF_A
|
#undef ENABLE_CBE_PRINTF_A
|
||||||
|
|
||||||
@ -12,6 +20,13 @@
|
|||||||
/* Define if threads enabled */
|
/* Define if threads enabled */
|
||||||
#undef ENABLE_THREADS
|
#undef ENABLE_THREADS
|
||||||
|
|
||||||
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
||||||
|
#undef HAVE_ALLOCA
|
||||||
|
|
||||||
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
||||||
|
*/
|
||||||
|
#undef HAVE_ALLOCA_H
|
||||||
|
|
||||||
/* Define to 1 if you have the `argz_append' function. */
|
/* Define to 1 if you have the `argz_append' function. */
|
||||||
#undef HAVE_ARGZ_APPEND
|
#undef HAVE_ARGZ_APPEND
|
||||||
|
|
||||||
@ -446,9 +461,6 @@
|
|||||||
/* Installation directory for binary executables */
|
/* Installation directory for binary executables */
|
||||||
#undef LLVM_BINDIR
|
#undef LLVM_BINDIR
|
||||||
|
|
||||||
/* Define to 1 for ilist sentinel compaction */
|
|
||||||
#undef LLVM_COMPACT_SENTINELS
|
|
||||||
|
|
||||||
/* Time at which LLVM was configured */
|
/* Time at which LLVM was configured */
|
||||||
#undef LLVM_CONFIGTIME
|
#undef LLVM_CONFIGTIME
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user