This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9873eb
commit e3bdf51
Showing
30 changed files
with
220 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule compiler-rt
updated
747 files
Submodule libcxxabi
updated
20 files
+26 −8 | CMakeLists.txt | |
+1 −1 | LICENSE.TXT | |
+3 −0 | cmake/Modules/HandleCompilerRT.cmake | |
+4 −3 | cmake/Modules/HandleOutOfTreeLLVM.cmake | |
+25 −14 | src/CMakeLists.txt | |
+255 −4,992 | src/cxa_demangle.cpp | |
+25 −0 | src/cxa_personality.cpp | |
+34 −0 | src/demangle/Compiler.h | |
+5,137 −0 | src/demangle/ItaniumDemangle.h | |
+98 −0 | src/demangle/StringView.h | |
+190 −0 | src/demangle/Utility.h | |
+37 −32 | src/private_typeinfo.cpp | |
+0 −1 | src/stdlib_exception.cpp | |
+0 −1 | src/stdlib_new_delete.cpp | |
+1 −1 | test/catch_member_function_pointer_02.pass.cpp | |
+1 −1 | test/cxa_bad_cast.pass.cpp | |
+154 −0 | test/dynamic_cast.pass.cpp | |
+2 −1 | test/libcxxabi/test/config.py | |
+6 −0 | test/test_demangle.pass.cpp | |
+2 −1 | test/test_exception_address_alignment.pass.cpp |
Submodule libunwind
updated
20 files
+30 −16 | CMakeLists.txt | |
+1 −1 | LICENSE.TXT | |
+3 −0 | cmake/Modules/HandleCompilerRT.cmake | |
+0 −1 | cmake/config-ix.cmake | |
+4 −3 | docs/conf.py | |
+34 −12 | include/__libunwind_config.h | |
+33 −0 | include/libunwind.h | |
+27 −2 | include/unwind.h | |
+16 −4 | src/AddressSpace.hpp | |
+17 −8 | src/CMakeLists.txt | |
+223 −14 | src/Registers.hpp | |
+473 −0 | src/Unwind-seh.cpp | |
+581 −2 | src/UnwindCursor.hpp | |
+11 −7 | src/UnwindLevel1-gcc-ext.c | |
+4 −1 | src/UnwindLevel1.c | |
+93 −5 | src/UnwindRegistersRestore.S | |
+93 −3 | src/UnwindRegistersSave.S | |
+8 −0 | src/assembly.h | |
+5 −1 | src/config.h | |
+15 −4 | src/libunwind.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule newlib
updated
1360 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#! /bin/sh | ||
## DO NOT EDIT - This file generated from ./build-aux/ltmain.in | ||
## by inline-source v2016-02-21.11 | ||
## by inline-source v2018-07-24.06 | ||
|
||
# libtool (GNU libtool) 2.4.6.40-6ca5-dirty | ||
# libtool (GNU libtool) 2.4.6.42-b88ce | ||
# Provide generalized library-building support services. | ||
# Written by Gordon Matzigkeit <[email protected]>, 1996 | ||
|
||
# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
# Copyright (C) 1996-2018 Free Software Foundation, Inc. | ||
# This is free software; see the source for copying conditions. There is NO | ||
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
|
@@ -31,8 +31,8 @@ | |
|
||
PROGRAM=libtool | ||
PACKAGE=libtool | ||
VERSION=2.4.6.40-6ca5-dirty | ||
package_revision=2.4.6.40 | ||
VERSION=2.4.6.42-b88ce | ||
package_revision=2.4.6.42 | ||
|
||
|
||
## ------ ## | ||
|
@@ -64,15 +64,15 @@ package_revision=2.4.6.40 | |
# libraries, which are installed to $pkgauxdir. | ||
|
||
# Set a version string for this script. | ||
scriptversion=2017-04-19.12; # UTC | ||
scriptversion=2018-07-24.06; # UTC | ||
|
||
# General shell script boiler plate, and helper functions. | ||
# Written by Gary V. Vaughan, 2004 | ||
|
||
# This is free software. There is NO warranty; not even for | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# Copyright (C) 2004-2017 Bootstrap Authors | ||
# Copyright (C) 2004-2018 Bootstrap Authors | ||
# | ||
# This file is dual licensed under the terms of the MIT license | ||
# <https://opensource.org/license/MIT>, and GPL version 3 or later | ||
|
@@ -1497,7 +1497,7 @@ func_lt_ver () | |
# This is free software. There is NO warranty; not even for | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# Copyright (C) 2010-2017 Bootstrap Authors | ||
# Copyright (C) 2010-2018 Bootstrap Authors | ||
# | ||
# This file is dual licensed under the terms of the MIT license | ||
# <https://opensource.org/license/MIT>, and GPL version 3 or later | ||
|
@@ -1510,7 +1510,7 @@ func_lt_ver () | |
# <https://github.com/gnulib-modules/bootstrap/issues> | ||
|
||
# Set a version string for this script. | ||
scriptversion=2016-03-06.01; # UTC | ||
scriptversion=2018-07-24.06; # UTC | ||
|
||
|
||
## ------ ## | ||
|
@@ -2171,12 +2171,12 @@ func_version () | |
# mode: shell-script | ||
# sh-indentation: 2 | ||
# eval: (add-hook 'before-save-hook 'time-stamp) | ||
# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" | ||
# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" | ||
# time-stamp-time-zone: "UTC" | ||
# End: | ||
|
||
# Set a version string. | ||
scriptversion='(GNU libtool) 2.4.6.40-6ca5-dirty' | ||
scriptversion='(GNU libtool) 2.4.6.42-b88ce' | ||
|
||
|
||
# func_echo ARG... | ||
|
@@ -2267,7 +2267,7 @@ include the following information: | |
compiler: $LTCC | ||
compiler flags: $LTCFLAGS | ||
linker: $LD (gnu? $with_gnu_ld) | ||
version: $progname (GNU libtool) 2.4.6.40-6ca5-dirty | ||
version: $progname (GNU libtool) 2.4.6.42-b88ce | ||
automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` | ||
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for XZ Utils 5.3.0alpha. | ||
# Generated by GNU Autoconf 2.69 for XZ Utils 5.3.1alpha. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -590,8 +590,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='XZ Utils' | ||
PACKAGE_TARNAME='xz' | ||
PACKAGE_VERSION='5.3.0alpha' | ||
PACKAGE_STRING='XZ Utils 5.3.0alpha' | ||
PACKAGE_VERSION='5.3.1alpha' | ||
PACKAGE_STRING='XZ Utils 5.3.1alpha' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='https://tukaani.org/xz/' | ||
|
||
|
@@ -1487,7 +1487,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures XZ Utils 5.3.0alpha to adapt to many kinds of systems. | ||
\`configure' configures XZ Utils 5.3.1alpha to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1557,7 +1557,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of XZ Utils 5.3.0alpha:";; | ||
short | recursive ) echo "Configuration of XZ Utils 5.3.1alpha:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1734,7 +1734,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
XZ Utils configure 5.3.0alpha | ||
XZ Utils configure 5.3.1alpha | ||
generated by GNU Autoconf 2.69 | ||
|
||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2573,7 +2573,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by XZ Utils $as_me 5.3.0alpha, which was | ||
It was created by XZ Utils $as_me 5.3.1alpha, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -4741,7 +4741,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='xz' | ||
VERSION='5.3.0alpha' | ||
VERSION='5.3.1alpha' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -7233,8 +7233,8 @@ esac | |
|
||
|
||
|
||
macro_version='2.4.6.40-6ca5-dirty' | ||
macro_revision='2.4.6.40' | ||
macro_version='2.4.6.42-b88ce' | ||
macro_revision='2.4.6.42' | ||
|
||
|
||
|
||
|
@@ -9149,7 +9149,7 @@ for ac_symprfx in "" "_"; do | |
if test "$lt_cv_nm_interface" = "MS dumpbin"; then | ||
# Fake it for dumpbin and say T for any non-static function, | ||
# D for any global variable and I for any imported variable. | ||
# Also find C++ and __fastcall symbols from MSVC++, | ||
# Also find C++ and __fastcall symbols from MSVC++ or ICC, | ||
# which start with @ or ?. | ||
lt_cv_sys_global_symbol_pipe="$AWK '"\ | ||
" {last_section=section; section=\$ 3};"\ | ||
|
@@ -11113,8 +11113,8 @@ esac | |
ofile=libtool | ||
can_build_shared=yes | ||
|
||
# All known linkers require a '.a' archive for static linking (except MSVC, | ||
# which needs '.lib'). | ||
# All known linkers require a '.a' archive for static linking (except MSVC and | ||
# ICC, which need '.lib'). | ||
libext=a | ||
|
||
with_gnu_ld=$lt_cv_prog_gnu_ld | ||
|
@@ -12041,15 +12041,15 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |
|
||
case $host_os in | ||
cygwin* | mingw* | pw32* | cegcc*) | ||
# FIXME: the MSVC++ port hasn't been tested in a loooong time | ||
# FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time | ||
# When not using gcc, we currently assume that we are using | ||
# Microsoft Visual C++. | ||
# Microsoft Visual C++ or Intel C++ Compiler. | ||
if test yes != "$GCC"; then | ||
with_gnu_ld=no | ||
fi | ||
;; | ||
interix*) | ||
# we just hope/assume this is gcc and not c89 (= MSVC++) | ||
# we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) | ||
with_gnu_ld=yes | ||
;; | ||
openbsd* | bitrig*) | ||
|
@@ -12698,12 +12698,12 @@ fi | |
|
||
cygwin* | mingw* | pw32* | cegcc*) | ||
# When not using gcc, we currently assume that we are using | ||
# Microsoft Visual C++. | ||
# Microsoft Visual C++ or Intel C++ Compiler. | ||
# hardcode_libdir_flag_spec is actually meaningless, as there is | ||
# no search path for DLLs. | ||
case $cc_basename in | ||
cl*) | ||
# Native MSVC | ||
cl* | icl*) | ||
# Native MSVC or ICC | ||
hardcode_libdir_flag_spec=' ' | ||
allow_undefined_flag=unsupported | ||
always_export_symbols=yes | ||
|
@@ -12744,7 +12744,7 @@ fi | |
fi' | ||
;; | ||
*) | ||
# Assume MSVC wrapper | ||
# Assume MSVC and ICC wrapper | ||
hardcode_libdir_flag_spec=' ' | ||
allow_undefined_flag=unsupported | ||
# Tell ltmain to make .lib files, not .a files. | ||
|
@@ -13776,8 +13776,8 @@ cygwin* | mingw* | pw32* | cegcc*) | |
dynamic_linker='Win32 ld.exe' | ||
;; | ||
|
||
*,cl*) | ||
# Native MSVC | ||
*,cl* | *,icl*) | ||
# Native MSVC or ICC | ||
libname_spec='$name' | ||
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' | ||
library_names_spec='$libname.dll.lib' | ||
|
@@ -13833,7 +13833,7 @@ cygwin* | mingw* | pw32* | cegcc*) | |
;; | ||
|
||
*) | ||
# Assume MSVC wrapper | ||
# Assume MSVC and ICC wrapper | ||
library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' | ||
dynamic_linker='Win32 ld.exe' | ||
;; | ||
|
@@ -20308,7 +20308,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by XZ Utils $as_me 5.3.0alpha, which was | ||
This file was extended by XZ Utils $as_me 5.3.1alpha, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -20375,7 +20375,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
XZ Utils config.status 5.3.0alpha | ||
XZ Utils config.status 5.3.1alpha | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.