Skip to content

Commit

Permalink
[libunwind] Stop installing the mach-o module map (llvm#105616)
Browse files Browse the repository at this point in the history
libunwind shouldn't know that compact_unwind_encoding.h is part of a
MachO module that it doesn't own. Delete the mach-o module map, and let
whatever is in charge of the mach-o directory be the one to say how its
module is organized and where compact_unwind_encoding.h fits in.
  • Loading branch information
ian-twilightcoder authored Aug 22, 2024
1 parent 768dba7 commit 172c4a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion libunwind/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(files
libunwind.h
libunwind.modulemap
mach-o/compact_unwind_encoding.h
mach-o/compact_unwind_encoding.modulemap
unwind_arm_ehabi.h
unwind_itanium.h
unwind.h
Expand Down
4 changes: 0 additions & 4 deletions libunwind/include/mach-o/compact_unwind_encoding.modulemap

This file was deleted.

0 comments on commit 172c4a4

Please sign in to comment.