[all-commits] [llvm/llvm-project] 6332a0: [libunwind] Fix a few libunwind includes
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Wed Sep 7 19:18:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6332a00d696d37942f2743851c86f1d4493968f0
https://github.com/llvm/llvm-project/commit/6332a00d696d37942f2743851c86f1d4493968f0
Author: Ryan Prichard <rprichard at google.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M libunwind/src/CompactUnwinder.hpp
M libunwind/src/DwarfInstructions.hpp
M libunwind/src/UnwindCursor.hpp
Log Message:
-----------
[libunwind] Fix a few libunwind includes
In UnwindCursor.hpp, include config.h before checking _LIBUNWIND_SUPPORT_SEH_UNWIND.
Include libunwind_ext.h for UNW_STEP_SUCCESS.
Differential Revision: https://reviews.llvm.org/D86766
More information about the All-commits
mailing list