Displaying 2 results from an estimated 2 matches for "cf3a7565".
2013 Oct 09
0
[LLVMdev] [lld] Handling a whole bunch of readers
...du http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131009/cf3a7565/attachment.html>
2013 Oct 09
7
[LLVMdev] [lld] Handling a whole bunch of readers
Hi,
We have a whole bunch of readers(we would have some more too), and was
thinking if we should have a vector of Readers, and have a function
isMyFormat in each of them.
Any reader that knows to handle, goes ahead and parses the file.
On a side note, we currently use .objtxt as an figure out if the file is
a YAML file or not. I have added FIXME's in the code, if we could some
kind of