[PATCH] [lld] enable mach-o and native yaml to be intermixed
Michael Spencer
bigcheesegs at gmail.com
Thu Jan 9 16:32:52 PST 2014
================
Comment at: lib/ReaderWriter/YAML/ReaderWriterYAML.cpp:674
@@ -673,1 +673,3 @@
+ // grandfather in as "!native".
+ if (io.mapTag("!native", true) || io.mapTag("tag:yaml.org,2002:map"))
mappingAtoms(io, file);
----------------
Rui Ueyama wrote:
> What is this "tag:yaml.org,2002:map"?
The default tag for map types in YAML.
http://llvm-reviews.chandlerc.com/D2529
BRANCH
svn
ARCANIST PROJECT
lld
More information about the llvm-commits
mailing list