Import llvm-toolchain-8_8.0.1.orig-libcxxabi.tar.bz2
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 3 Aug 2019 09:44:29 +0000 (10:44 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 3 Aug 2019 09:44:29 +0000 (10:44 +0100)
commit9c611f42308aad6bcdf28999a48d1fafd87fec9c
tree3d8d09785a8cb73ff18926d57d1af68632d82112
Import llvm-toolchain-8_8.0.1.orig-libcxxabi.tar.bz2

[dgit import orig llvm-toolchain-8_8.0.1.orig-libcxxabi.tar.bz2]
116 files changed:
.arcconfig [new file with mode: 0644]
.clang-format [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CREDITS.TXT [new file with mode: 0644]
LICENSE.TXT [new file with mode: 0644]
cmake/Modules/HandleCompilerRT.cmake [new file with mode: 0644]
cmake/Modules/HandleLibcxxabiFlags.cmake [new file with mode: 0644]
cmake/Modules/HandleOutOfTreeLLVM.cmake [new file with mode: 0644]
cmake/Modules/MacroEnsureOutOfSourceBuild.cmake [new file with mode: 0644]
cmake/config-ix.cmake [new file with mode: 0644]
fuzz/CMakeLists.txt [new file with mode: 0644]
fuzz/cxa_demangle_fuzzer.cpp [new file with mode: 0644]
include/__cxxabi_config.h [new file with mode: 0644]
include/cxxabi.h [new file with mode: 0644]
lib/buildit [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/abort_message.cpp [new file with mode: 0644]
src/abort_message.h [new file with mode: 0644]
src/cxa_aux_runtime.cpp [new file with mode: 0644]
src/cxa_default_handlers.cpp [new file with mode: 0644]
src/cxa_demangle.cpp [new file with mode: 0644]
src/cxa_exception.cpp [new file with mode: 0644]
src/cxa_exception.hpp [new file with mode: 0644]
src/cxa_exception_storage.cpp [new file with mode: 0644]
src/cxa_guard.cpp [new file with mode: 0644]
src/cxa_handlers.cpp [new file with mode: 0644]
src/cxa_handlers.hpp [new file with mode: 0644]
src/cxa_noexception.cpp [new file with mode: 0644]
src/cxa_personality.cpp [new file with mode: 0644]
src/cxa_thread_atexit.cpp [new file with mode: 0644]
src/cxa_unexpected.cpp [new file with mode: 0644]
src/cxa_vector.cpp [new file with mode: 0644]
src/cxa_virtual.cpp [new file with mode: 0644]
src/demangle/.clang-format [new file with mode: 0644]
src/demangle/Compiler.h [new file with mode: 0644]
src/demangle/ItaniumDemangle.h [new file with mode: 0644]
src/demangle/StringView.h [new file with mode: 0644]
src/demangle/Utility.h [new file with mode: 0644]
src/fallback_malloc.cpp [new file with mode: 0644]
src/fallback_malloc.h [new file with mode: 0644]
src/include/atomic_support.h [new file with mode: 0644]
src/include/refstring.h [new file with mode: 0644]
src/private_typeinfo.cpp [new file with mode: 0644]
src/private_typeinfo.h [new file with mode: 0644]
src/stdlib_exception.cpp [new file with mode: 0644]
src/stdlib_new_delete.cpp [new file with mode: 0644]
src/stdlib_stdexcept.cpp [new file with mode: 0644]
src/stdlib_typeinfo.cpp [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/backtrace_test.pass.cpp [new file with mode: 0644]
test/catch_array_01.pass.cpp [new file with mode: 0644]
test/catch_array_02.pass.cpp [new file with mode: 0644]
test/catch_class_01.pass.cpp [new file with mode: 0644]
test/catch_class_02.pass.cpp [new file with mode: 0644]
test/catch_class_03.pass.cpp [new file with mode: 0644]
test/catch_class_04.pass.cpp [new file with mode: 0644]
test/catch_const_pointer_nullptr.pass.cpp [new file with mode: 0644]
test/catch_function_01.pass.cpp [new file with mode: 0644]
test/catch_function_02.pass.cpp [new file with mode: 0644]
test/catch_function_03.pass.cpp [new file with mode: 0644]
test/catch_in_noexcept.pass.cpp [new file with mode: 0644]
test/catch_member_data_pointer_01.pass.cpp [new file with mode: 0644]
test/catch_member_function_pointer_01.pass.cpp [new file with mode: 0644]
test/catch_member_function_pointer_02.pass.cpp [new file with mode: 0644]
test/catch_member_pointer_nullptr.pass.cpp [new file with mode: 0644]
test/catch_multi_level_pointer.pass.cpp [new file with mode: 0644]
test/catch_pointer_nullptr.pass.cpp [new file with mode: 0644]
test/catch_pointer_reference.pass.cpp [new file with mode: 0644]
test/catch_ptr.pass.cpp [new file with mode: 0644]
test/catch_ptr_02.pass.cpp [new file with mode: 0644]
test/catch_reference_nullptr.pass.cpp [new file with mode: 0644]
test/cxa_bad_cast.pass.cpp [new file with mode: 0644]
test/cxa_bad_typeid.pass.cpp [new file with mode: 0644]
test/cxa_thread_atexit_test.pass.cpp [new file with mode: 0644]
test/dynamic_cast.pass.cpp [new file with mode: 0644]
test/dynamic_cast14.pass.cpp [new file with mode: 0644]
test/dynamic_cast3.pass.cpp [new file with mode: 0644]
test/dynamic_cast5.pass.cpp [new file with mode: 0644]
test/dynamic_cast_stress.pass.cpp [new file with mode: 0644]
test/exception_object_alignment.pass.cpp [new file with mode: 0644]
test/incomplete_type.sh.cpp [new file with mode: 0644]
test/inherited_exception.pass.cpp [new file with mode: 0644]
test/libcxxabi/__init__.py [new file with mode: 0644]
test/libcxxabi/test/__init__.py [new file with mode: 0644]
test/libcxxabi/test/config.py [new file with mode: 0644]
test/lit.cfg [new file with mode: 0644]
test/lit.site.cfg.in [new file with mode: 0644]
test/native/arm-linux-eabi/lit.local.cfg [new file with mode: 0644]
test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s [new file with mode: 0644]
test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s [new file with mode: 0644]
test/noexception1.pass.cpp [new file with mode: 0644]
test/noexception2.pass.cpp [new file with mode: 0644]
test/noexception3.pass.cpp [new file with mode: 0644]
test/noexception4.pass.cpp [new file with mode: 0644]
test/support/timer.hpp [new file with mode: 0644]
test/test_aux_runtime.pass.cpp [new file with mode: 0644]
test/test_aux_runtime_op_array_new.pass.cpp [new file with mode: 0644]
test/test_demangle.pass.cpp [new file with mode: 0644]
test/test_exception_address_alignment.pass.cpp [new file with mode: 0644]
test/test_exception_storage.pass.cpp [new file with mode: 0644]
test/test_fallback_malloc.pass.cpp [new file with mode: 0644]
test/test_guard.pass.cpp [new file with mode: 0644]
test/test_vector1.pass.cpp [new file with mode: 0644]
test/test_vector2.pass.cpp [new file with mode: 0644]
test/test_vector3.pass.cpp [new file with mode: 0644]
test/testit [new file with mode: 0755]
test/thread_local_destruction_order.pass.cpp [new file with mode: 0644]
test/uncaught_exceptions.pass.cpp [new file with mode: 0644]
test/unittest_demangle.pass.cpp [new file with mode: 0644]
test/unwind_01.pass.cpp [new file with mode: 0644]
test/unwind_02.pass.cpp [new file with mode: 0644]
test/unwind_03.pass.cpp [new file with mode: 0644]
test/unwind_04.pass.cpp [new file with mode: 0644]
test/unwind_05.pass.cpp [new file with mode: 0644]
test/unwind_06.pass.cpp [new file with mode: 0644]