]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add a clang module map for libarchive
authorChris McGee <cmcgee1024@gmail.com>
Mon, 22 Sep 2025 14:58:38 +0000 (10:58 -0400)
committerChris McGee <cmcgee1024@gmail.com>
Mon, 22 Sep 2025 15:11:02 +0000 (11:11 -0400)
commit52bf0d7de0764692dce97daf426a46b82cd6f85b
treebadb76be11d58ece09df25d6abdb19c7758b19f9
parent39dc43b3e0a78c83b41e2fa689e6ca32b3ebc4b6
Add a clang module map for libarchive

When compiling libarchive using clang in module mode a special
module.modulemap file describes the structure of the header files
so that they can be imported modularly. Having this file makes
it easier for modular uses of the library out of the box so that
clients don't need to write their own, potentially making errors
in doing so.

Add a module.modulemap in the public header file location so that
clang and related tools can find it easily.
libarchive/module.modulemap [new file with mode: 0644]