[patch] Delete unnecessary generality in loadFile
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Apr 23 13:06:33 PDT 2015
loadFile can load mulitple files just because yaml has a feature for
putting multiple documents in one file.
Designing a linker around what yaml can do seems like a bad idea to
me. The attached wip patch changes it to read a single file. It also
updates one test to show the difference.
OK with the remaining tests updated?
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 13485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150423/fc23346f/attachment.bin>
More information about the llvm-commits
mailing list