[llvm] [llvm][DebugInfo] Add more format/formatv equivalence tests (PR #191980)
Konrad Kleine via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 02:29:27 PDT 2026
================
@@ -412,8 +412,56 @@ TEST(FormatAndFormatvTest, EquivalentHexFormatting) {
formatv("0x{0:x-}", fmt_align(N, AlignStyle::Right, HexDigits, '0'))
.str());
+ // More examples
----------------
kwk wrote:
Done in 959e3d120d2ab97e516ac94d1da09c85ec0ae895.
https://github.com/llvm/llvm-project/pull/191980
More information about the llvm-commits
mailing list