[all-commits] [llvm/llvm-project] 7cfc1a: [RISCV] Fix -Wdeprecated-declarations in RISCVInst...
Jie Fu via All-commits
all-commits at lists.llvm.org
Mon Apr 24 21:01:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cfc1af1556943773c02f765bff374304609fd07
https://github.com/llvm/llvm-project/commit/7cfc1af1556943773c02f765bff374304609fd07
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
Log Message:
-----------
[RISCV] Fix -Wdeprecated-declarations in RISCVInstrInfo.cpp (NFC)
/Users/jiefu/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:2636:10: error: 'makeArrayRef<std::pair<llvm::MachineMemOperand::Flags, const char *>, 2UL>' is deprecated: Use deduction guide instead [-Werror,-Wdeprecated-declarations]
return makeArrayRef(TargetFlags);
^~~~~~~~~~~~
ArrayRef
/Users/jiefu/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:572:3: note: 'makeArrayRef<std::pair<llvm::MachineMemOperand::Flags, const char *>, 2UL>' has been explicitly marked deprecated here
LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef")
^
/Users/jiefu/llvm-project/llvm/include/llvm/Support/Compiler.h:143:50: note: expanded from macro 'LLVM_DEPRECATED'
^
1 error generated.
More information about the All-commits
mailing list