]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move libunwind out of contrib/llvm/projects.
authorjhb <jhb@FreeBSD.org>
Tue, 12 Mar 2019 16:41:17 +0000 (16:41 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 12 Mar 2019 16:41:17 +0000 (16:41 +0000)
commit4153d090d94fda4e1c25aa747b1c7a7fe6beb0c1
tree8f9951d52c9b93418dc91374bf79819a5020566e
parent3a3d912cfc59e6ec9aec6b3847bccd6eaefda97a
Move libunwind out of contrib/llvm/projects.

Move LLVM's libunwind to its own contrib/ directory similar to other
runtime libraries like libc++ and libcxxrt.

Reviewed by: dim, emaste
Differential Revision: https://reviews.freebsd.org/D19534
28 files changed:
contrib/libunwind/LICENSE.TXT [moved from contrib/llvm/projects/libunwind/LICENSE.TXT with 100% similarity]
contrib/libunwind/include/__libunwind_config.h [moved from contrib/llvm/projects/libunwind/include/__libunwind_config.h with 100% similarity]
contrib/libunwind/include/libunwind.h [moved from contrib/llvm/projects/libunwind/include/libunwind.h with 100% similarity]
contrib/libunwind/include/mach-o/compact_unwind_encoding.h [moved from contrib/llvm/projects/libunwind/include/mach-o/compact_unwind_encoding.h with 100% similarity]
contrib/libunwind/include/unwind.h [moved from contrib/llvm/projects/libunwind/include/unwind.h with 100% similarity]
contrib/libunwind/src/AddressSpace.hpp [moved from contrib/llvm/projects/libunwind/src/AddressSpace.hpp with 100% similarity]
contrib/libunwind/src/CompactUnwinder.hpp [moved from contrib/llvm/projects/libunwind/src/CompactUnwinder.hpp with 100% similarity]
contrib/libunwind/src/DwarfInstructions.hpp [moved from contrib/llvm/projects/libunwind/src/DwarfInstructions.hpp with 100% similarity]
contrib/libunwind/src/DwarfParser.hpp [moved from contrib/llvm/projects/libunwind/src/DwarfParser.hpp with 100% similarity]
contrib/libunwind/src/EHHeaderParser.hpp [moved from contrib/llvm/projects/libunwind/src/EHHeaderParser.hpp with 100% similarity]
contrib/libunwind/src/RWMutex.hpp [moved from contrib/llvm/projects/libunwind/src/RWMutex.hpp with 100% similarity]
contrib/libunwind/src/Registers.hpp [moved from contrib/llvm/projects/libunwind/src/Registers.hpp with 100% similarity]
contrib/libunwind/src/Unwind-EHABI.cpp [moved from contrib/llvm/projects/libunwind/src/Unwind-EHABI.cpp with 100% similarity]
contrib/libunwind/src/Unwind-EHABI.h [moved from contrib/llvm/projects/libunwind/src/Unwind-EHABI.h with 100% similarity]
contrib/libunwind/src/Unwind-seh.cpp [moved from contrib/llvm/projects/libunwind/src/Unwind-seh.cpp with 100% similarity]
contrib/libunwind/src/Unwind-sjlj.c [moved from contrib/llvm/projects/libunwind/src/Unwind-sjlj.c with 100% similarity]
contrib/libunwind/src/UnwindCursor.hpp [moved from contrib/llvm/projects/libunwind/src/UnwindCursor.hpp with 100% similarity]
contrib/libunwind/src/UnwindLevel1-gcc-ext.c [moved from contrib/llvm/projects/libunwind/src/UnwindLevel1-gcc-ext.c with 100% similarity]
contrib/libunwind/src/UnwindLevel1.c [moved from contrib/llvm/projects/libunwind/src/UnwindLevel1.c with 100% similarity]
contrib/libunwind/src/UnwindRegistersRestore.S [moved from contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S with 100% similarity]
contrib/libunwind/src/UnwindRegistersSave.S [moved from contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S with 100% similarity]
contrib/libunwind/src/Unwind_AppleExtras.cpp [moved from contrib/llvm/projects/libunwind/src/Unwind_AppleExtras.cpp with 100% similarity]
contrib/libunwind/src/assembly.h [moved from contrib/llvm/projects/libunwind/src/assembly.h with 100% similarity]
contrib/libunwind/src/config.h [moved from contrib/llvm/projects/libunwind/src/config.h with 100% similarity]
contrib/libunwind/src/dwarf2.h [moved from contrib/llvm/projects/libunwind/src/dwarf2.h with 100% similarity]
contrib/libunwind/src/libunwind.cpp [moved from contrib/llvm/projects/libunwind/src/libunwind.cpp with 100% similarity]
contrib/libunwind/src/libunwind_ext.h [moved from contrib/llvm/projects/libunwind/src/libunwind_ext.h with 100% similarity]
lib/libgcc_eh/Makefile.inc