[PATCH] [lld] Enable printing YAML files as MachO for testing

Tim Northover t.p.northover at gmail.com
Fri Jun 20 07:02:51 PDT 2014


Hi,

I noticed that MachOLinkerContext has an _outputFileType variable
which shadows one in the parent LinkerContext class. This confused me
for quite a while, so I've attached a patch which renames it to
"_outputMachOType" (similarly to ELF).

Is this OK to commit, or did someone give them the same name intentionally?

Cheers.

Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MachO-rename-_outputFileType-to-avoid-shadowing-pare.patch
Type: text/x-patch
Size: 11887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140620/32694de2/attachment.bin>


More information about the llvm-commits mailing list