[PATCH] D135345: [libunwind] Add module maps for libunwind
Ian Anderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 15:28:36 PDT 2022
iana added inline comments.
================
Comment at: libunwind/include/mach-o/compact_unwind_encoding.modulemap:1
+module MachO.compact_unwind_encoding [system] {
+ header "compact_unwind_encoding.h"
----------------
MaskRay wrote:
> Why is this not called `unwind.something`?
Because on Apple platforms it's part of the MachO module. This file is already present on Apple platforms, I'm just upstreaming it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135345/new/
https://reviews.llvm.org/D135345
More information about the llvm-commits
mailing list