[all-commits] [llvm/llvm-project] f90233: Adjust modulemap to mark mm3dnow as textual header...
James Y Knight via All-commits
all-commits at lists.llvm.org
Fri Sep 13 09:30:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f902339d7f24a278b9c77d0226053075bd232ee5
https://github.com/llvm/llvm-project/commit/f902339d7f24a278b9c77d0226053075bd232ee5
Author: James Y Knight <jyknight at google.com>
Date: 2024-09-13 (Fri, 13 Sep 2024)
Changed paths:
M clang/lib/Headers/module.modulemap
Log Message:
-----------
Adjust modulemap to mark mm3dnow as textual header. (#107155)
This avoids issuing the deprecation diagnostic when building the module.
Not building it into a module shouldn't cause any negative impacts,
since it no longer has any declarations other than the header guard.
It's also very rarely included by anything.
Addresses
https://github.com/llvm/llvm-project/pull/96246#issuecomment-2322453809
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list