CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/11 08:32:02

Removed files:
        lib/libcxx     : CMakeLists.txt CREDITS.TXT LICENSE.TXT 
                         NOTES.TXT TODO.TXT 
        lib/libcxx/benchmarks: CMakeLists.txt CartesianBenchmarks.hpp 
                               ContainerBenchmarks.hpp GenerateInput.hpp 
                               algorithms.bench.cpp 
                               algorithms.partition_point.bench.cpp 
                               filesystem.bench.cpp function.bench.cpp 
                               lit.cfg.py lit.site.cfg.py.in 
                               ordered_set.bench.cpp string.bench.cpp 
                               stringstream.bench.cpp 
                               unordered_set_operations.bench.cpp 
                               util_smartptr.bench.cpp 
                               vector_operations.bench.cpp 
        lib/libcxx/cmake: config-ix.cmake 
        lib/libcxx/cmake/Modules: CheckLibcxxAtomic.cmake 
                                  CodeCoverage.cmake 
                                  HandleCompilerRT.cmake 
                                  HandleLibCXXABI.cmake 
                                  HandleLibcxxFlags.cmake 
                                  HandleOutOfTreeLLVM.cmake 
                                  MacroEnsureOutOfSourceBuild.cmake 
        lib/libcxx/docs: BuildingLibcxx.rst CMakeLists.txt 
                         FeatureTestMacroTable.rst Makefile.sphinx 
                         README.txt ReleaseNotes.rst TestingLibcxx.rst 
                         UsingLibcxx.rst conf.py index.rst 
        lib/libcxx/docs/DesignDocs: ABIVersioning.rst 
                                    AvailabilityMarkup.rst 
                                    CapturingConfigInfo.rst 
                                    DebugMode.rst FeatureTestMacros.rst 
                                    FileTimeType.rst 
                                    ThreadingSupportAPI.rst 
                                    VisibilityMacros.rst 
        lib/libcxx/include: CMakeLists.txt __bit_reference 
                            __bsd_locale_defaults.h 
                            __bsd_locale_fallbacks.h __config 
                            __config_site.in __debug __errc 
                            __functional_03 __functional_base 
                            __functional_base_03 __hash_table 
                            __libcpp_version __locale __mutex_base 
                            __node_handle __nullptr __split_buffer 
                            __sso_allocator __std_stream __string 
                            __threading_support __tree __tuple 
                            __undef_macros algorithm any array atomic 
                            bit bitset cassert ccomplex cctype cerrno 
                            cfenv cfloat charconv chrono cinttypes 
                            ciso646 climits clocale cmath codecvt 
                            compare complex complex.h condition_variable 
                            csetjmp csignal cstdarg cstdbool cstddef 
                            cstdint cstdio cstdlib cstring ctgmath ctime 
                            ctype.h cwchar cwctype deque errno.h 
                            exception filesystem float.h forward_list 
                            fstream functional future initializer_list 
                            inttypes.h iomanip ios iosfwd iostream 
                            istream iterator limits limits.h list locale 
                            locale.h map math.h memory module.modulemap 
                            mutex new numeric optional ostream queue 
                            random ratio regex scoped_allocator set 
                            setjmp.h shared_mutex span sstream stack 
                            stdbool.h stddef.h stdexcept stdint.h 
                            stdio.h stdlib.h streambuf string string.h 
                            string_view strstream system_error tgmath.h 
                            thread tuple type_traits typeindex typeinfo 
                            unordered_map unordered_set utility valarray 
                            variant vector version wchar.h wctype.h 
        lib/libcxx/include/experimental: __config __memory algorithm any 
                                         chrono coroutine deque 
                                         filesystem forward_list 
                                         functional iterator list map 
                                         memory_resource numeric 
                                         optional propagate_const ratio 
                                         regex set simd string 
                                         string_view system_error tuple 
                                         type_traits unordered_map 
                                         unordered_set utility vector 
        lib/libcxx/include/ext: __hash hash_map hash_set 
        lib/libcxx/include/support/android: locale_bionic.h 
        lib/libcxx/include/support/fuchsia: xlocale.h 
        lib/libcxx/include/support/ibm: limits.h locale_mgmt_aix.h 
                                        support.h xlocale.h 
        lib/libcxx/include/support/musl: xlocale.h 
        lib/libcxx/include/support/newlib: xlocale.h 
        lib/libcxx/include/support/solaris: floatingpoint.h wchar.h 
                                            xlocale.h 
        lib/libcxx/include/support/win32: limits_msvc_win32.h 
                                          locale_win32.h 
        lib/libcxx/include/support/xlocale: __nop_locale_mgmt.h 
                                            __posix_l_fallback.h 
                                            __strtonum_fallback.h 
                                            xlocale.h 
        lib/libcxx/lib : CMakeLists.txt libc++abi-new-delete.exp 
                         libc++abi.exp libc++abi2.exp libc++sjlj-abi.exp 
                         libc++unexp.exp notweak.exp weak.exp 
        lib/libcxx/lib/abi: CHANGELOG.TXT CMakeLists.txt README.TXT 
                            x86_64-apple-darwin.v1.abilist 
                            x86_64-apple-darwin.v2.abilist 
                            x86_64-unknown-linux-gnu.v1.abilist 
        lib/libcxx/lib/abi/3.9: x86_64-apple-darwin16.abilist 
                                x86_64-linux-gnu.abilist 
        lib/libcxx/lib/abi/4.0: x86_64-apple-darwin16.abilist 
                                x86_64-unknown-linux-gnu.abilist 
        lib/libcxx/lib/abi/5.0: x86_64-apple-darwin16.abilist 
                                x86_64-unknown-linux-gnu.abilist 
        lib/libcxx/lib/abi/6.0: x86_64-apple-darwin16.abilist 
                                x86_64-unknown-linux-gnu.abilist 
        lib/libcxx/src : algorithm.cpp any.cpp bind.cpp charconv.cpp 
                         chrono.cpp condition_variable.cpp debug.cpp 
                         exception.cpp functional.cpp future.cpp 
                         hash.cpp ios.cpp iostream.cpp locale.cpp 
                         memory.cpp mutex.cpp new.cpp optional.cpp 
                         random.cpp regex.cpp shared_mutex.cpp 
                         stdexcept.cpp string.cpp strstream.cpp 
                         system_error.cpp thread.cpp typeinfo.cpp 
                         utility.cpp valarray.cpp variant.cpp vector.cpp 
        lib/libcxx/src/experimental: memory_resource.cpp 
        lib/libcxx/src/filesystem: directory_iterator.cpp 
                                   filesystem_common.h 
                                   int128_builtins.cpp operations.cpp 
        lib/libcxx/src/include: apple_availability.h atomic_support.h 
                                config_elast.h refstring.h 
        lib/libcxx/src/support/runtime: exception_fallback.ipp 
                                        exception_glibcxx.ipp 
                                        exception_libcxxabi.ipp 
                                        exception_libcxxrt.ipp 
                                        exception_msvc.ipp 
                                        exception_pointer_cxxabi.ipp 
                                        exception_pointer_glibcxx.ipp 
                                        exception_pointer_msvc.ipp 
                                        exception_pointer_unimplemented.ipp 
                                        new_handler_fallback.ipp 
        lib/libcxx/src/support/solaris: README mbsnrtowcs.inc 
                                        wcsnrtombs.inc xlocale.cpp 
        lib/libcxx/src/support/win32: locale_win32.cpp support.cpp 
                                      thread_win32.cpp 
        lib/libcxx/utils: cat_files.py gen_link_script.py 
                          merge_archives.py not.py sym_diff.py 
                          sym_extract.py sym_match.py 
        lib/libcxx/utils/ci: macos-backdeployment.sh macos-trunk.sh 
        lib/libcxx/utils/docker: build_docker_image.sh 
        lib/libcxx/utils/docker/debian9: Dockerfile 
        lib/libcxx/utils/docker/scripts: build_gcc.sh 
                                         build_install_llvm.sh 
                                         checkout_git.sh 
                                         docker_start_buildbots.sh 
                                         install_clang_packages.sh 
                                         run_buildbot.sh 
        lib/libcxx/utils/google-benchmark: .clang-format .gitignore 
                                           .travis-libcxx-setup.sh 
                                           .travis.yml 
                                           .ycm_extra_conf.py AUTHORS 
                                           CMakeLists.txt 
                                           CONTRIBUTING.md CONTRIBUTORS 
                                           LICENSE README.LLVM README.md 
                                           WORKSPACE appveyor.yml 
                                           releasing.md 
        lib/libcxx/utils/google-benchmark/cmake: 
                                                 AddCXXCompilerFlag.cmake 
                                                 CXXFeatureCheck.cmake 
                                                 Config.cmake.in 
                                                 GetGitVersion.cmake 
                                                 HandleGTest.cmake 
                                                 benchmark.pc.in 
                                                 gnu_posix_regex.cpp 
                                                 llvm-toolchain.cmake 
                                                 posix_regex.cpp 
                                                 split_list.cmake 
                                                 std_regex.cpp 
                                                 steady_clock.cpp 
                                                 thread_safety_attributes.cpp 
        lib/libcxx/utils/google-benchmark/docs: AssemblyTests.md 
                                                tools.md 
        lib/libcxx/utils/google-benchmark/include/benchmark: benchmark.h 
        lib/libcxx/utils/google-benchmark/src: CMakeLists.txt 
                                               arraysize.h benchmark.cc 
                                               benchmark_api_internal.cc 
                                               benchmark_api_internal.h 
                                               benchmark_main.cc 
                                               benchmark_register.cc 
                                               benchmark_register.h 
                                               benchmark_runner.cc 
                                               benchmark_runner.h 
                                               check.h colorprint.cc 
                                               colorprint.h 
                                               commandlineflags.cc 
                                               commandlineflags.h 
                                               complexity.cc 
                                               complexity.h 
                                               console_reporter.cc 
                                               counter.cc counter.h 
                                               csv_reporter.cc 
                                               cycleclock.h 
                                               internal_macros.h 
                                               json_reporter.cc log.h 
                                               mutex.h re.h reporter.cc 
                                               sleep.cc sleep.h 
                                               statistics.cc 
                                               statistics.h 
                                               string_util.cc 
                                               string_util.h sysinfo.cc 
                                               thread_manager.h 
                                               thread_timer.h timers.cc 
                                               timers.h 
        lib/libcxx/utils/google-benchmark/test: AssemblyTests.cmake 
                                                CMakeLists.txt 
                                                basic_test.cc 
                                                benchmark_gtest.cc 
                                                benchmark_test.cc 
                                                clobber_memory_assembly_test.cc 
                                                complexity_test.cc 
                                                cxx03_test.cc 
                                                diagnostics_test.cc 
                                                display_aggregates_only_test.cc 
                                                donotoptimize_assembly_test.cc 
                                                donotoptimize_test.cc 
                                                filter_test.cc 
                                                fixture_test.cc 
                                                link_main_test.cc 
                                                map_test.cc 
                                                memory_manager_test.cc 
                                                multiple_ranges_test.cc 
                                                options_test.cc 
                                                output_test.h 
                                                output_test_helper.cc 
                                                register_benchmark_test.cc 
                                                report_aggregates_only_test.cc 
                                                reporter_output_test.cc 
                                                skip_with_error_test.cc 
                                                state_assembly_test.cc 
                                                statistics_gtest.cc 
                                                string_util_gtest.cc 
                                                templated_fixture_test.cc 
                                                user_counters_tabular_test.cc 
                                                user_counters_test.cc 
                                                user_counters_thousands_test.cc 
        lib/libcxx/utils/google-benchmark/tools: compare.py strip_asm.py 
        lib/libcxx/utils/google-benchmark/tools/gbench: __init__.py 
                                                        report.py 
                                                        util.py 
        lib/libcxx/utils/google-benchmark/tools/gbench/Inputs: 
                                                               test1_run1.json 
                                                               test1_run2.json 
                                                               test2_run.json 
                                                               test3_run0.json 
                                                               test3_run1.json 
        lib/libcxx/utils/libcxx: __init__.py compiler.py util.py 
        lib/libcxx/utils/libcxx/sym_check: __init__.py diff.py 
                                           extract.py match.py util.py 
        lib/libcxx/utils/libcxx/test: __init__.py config.py executor.py 
                                      format.py googlebenchmark.py 
                                      target_info.py tracing.py 
        lib/libcxx/utils/symcheck-blacklists: linux_blacklist.txt 
                                              osx_blacklist.txt 
        lib/libcxxabi  : CMakeLists.txt CREDITS.TXT LICENSE.TXT 
        lib/libcxxabi/cmake: config-ix.cmake 
        lib/libcxxabi/cmake/Modules: HandleCompilerRT.cmake 
                                     HandleLibcxxabiFlags.cmake 
                                     HandleOutOfTreeLLVM.cmake 
                                     MacroEnsureOutOfSourceBuild.cmake 
        lib/libcxxabi/include: __cxxabi_config.h cxxabi.h 
        lib/libcxxabi/lib: buildit 
        lib/libcxxabi/src: CMakeLists.txt abort_message.cpp 
                           abort_message.h cxa_aux_runtime.cpp 
                           cxa_default_handlers.cpp cxa_demangle.cpp 
                           cxa_exception.cpp cxa_exception.hpp 
                           cxa_exception_storage.cpp cxa_guard.cpp 
                           cxa_handlers.cpp cxa_handlers.hpp 
                           cxa_noexception.cpp cxa_personality.cpp 
                           cxa_thread_atexit.cpp cxa_unexpected.cpp 
                           cxa_vector.cpp cxa_virtual.cpp 
                           fallback_malloc.cpp fallback_malloc.h 
                           private_typeinfo.cpp private_typeinfo.h 
                           stdlib_exception.cpp stdlib_new_delete.cpp 
                           stdlib_stdexcept.cpp stdlib_typeinfo.cpp 
        lib/libcxxabi/src/demangle: Compiler.h ItaniumDemangle.h 
                                    StringView.h Utility.h 
        lib/libcxxabi/src/include: atomic_support.h refstring.h 

Log message:
Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1
in the gnu/ directory.

Reply via email to