[all-commits] [llvm/llvm-project] dcc141: [TargetParser] Add missing include to modulemap (#...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Tue Jan 14 10:35:02 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcc141bc0bb471ba209c89aca4288dc5cd2ef8bc
https://github.com/llvm/llvm-project/commit/dcc141bc0bb471ba209c89aca4288dc5cd2ef8bc
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M llvm/include/module.modulemap
Log Message:
-----------
[TargetParser] Add missing include to modulemap (#122768)
Resolves warning when building with `LLVM_ENABLE_MODULES`
```
AArch64TargetParser.h:39:2: warning: missing submodule 'LLVM_Utils.TargetParser.AArch64FeatPriorities' [-Wincomplete-umbrella]
39 | #include "llvm/TargetParser/AArch64FeatPriorities.inc"
| ^ ~~~~~~~
```
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