[llvm] [Support][YamlTraits] Add quoting for keys in textual YAML representation (PR #88763)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 14:06:03 PDT 2024


================
@@ -3,7 +3,7 @@
 ; RUN: FileCheck --check-prefix=SUMMARY %s < %t
 
 ; SUMMARY:     GlobalValueMap:
-; SUMMARY-NEXT:  42:
+; SUMMARY-NEXT:  '42':
----------------
arsenm wrote:

Should quotes only be emitted in the necessary cases?

https://github.com/llvm/llvm-project/pull/88763


More information about the llvm-commits mailing list