hanchenye-llvm-project/llvm/test/ObjectYAML
Zachary Turner 9f169afab2 Make YAML quote forward slashes.
If you have the string /usr/bin, prior to this patch it would not
be quoted by our YAML serializer.  But a string like C:\src would
be, due to the presence of a backslash.  This makes the quoting
rules of basically every single file path different depending on
the path syntax (posix vs. Windows).

While technically not required by the YAML specification to quote
forward slashes, when the behavior of paths is inconsistent it
makes it difficult to portably write FileCheck lines that will
work with either kind of path.

Differential Revision: https://reviews.llvm.org/D53169

llvm-svn: 344359
2018-10-12 16:31:20 +00:00
..
COFF obj2yaml: Correctly round-trip default alignment. 2018-05-04 16:28:41 +00:00
CodeView Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes." 2018-05-17 22:55:15 +00:00
ELF
MachO Make YAML quote forward slashes. 2018-10-12 16:31:20 +00:00
wasm [WebAssembly] Add version to object file metadata 2018-04-26 18:15:32 +00:00
lit.local.cfg