[all-commits] [llvm/llvm-project] e6c0e8: [AArch64] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Nov 2 12:44:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6c0e8565cb05d5884de294b546dac85bc11b497
https://github.com/llvm/llvm-project/commit/e6c0e8565cb05d5884de294b546dac85bc11b497
Author: Kazu Hirata <kazu at google.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Log Message:
-----------
[AArch64] Fix a warning
This patch fixes:
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:4575:16:
error: 'ParseStatus' is deprecated: Migrate to ParseStatus
[-Werror,-Wdeprecated-declarations]
More information about the All-commits
mailing list