[llvm] [llvm] Remove `inline constexpr` from AArch64TargetParser.h (PR #71602)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 16:32:12 PST 2023
topperc wrote:
Does using StringLiteral instead of StringRef in the struct help? It has a more specialized constructor for constexpr.
https://github.com/llvm/llvm-project/pull/71602
More information about the llvm-commits
mailing list