Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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" | ^ ~~~~~~~ ```
- Loading branch information