Displaying 2 results from an estimated 2 matches for "bcef6970".
2013 Oct 05
0
[LLVMdev] [lld] Verifying the Architecture of files read
...ong.
Specifically this would be a good place to use the user data part of
ErrorOr to specify what was expected and what was received.
- Michael Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131004/bcef6970/attachment.html>
2013 Oct 05
5
[LLVMdev] [lld] Verifying the Architecture of files read
Hi,
It is needed that lld verifies the input to the linker.
For example : a x86 ELF file can be given to lld when the target is
x86_64. Similiarly with other flavors.
I was thinking to have a varargs function in the LinkingContext that
would be overridden by each of the LinkingContexts to verify files after
being read.
The reader would call the varargs function in the LinkingContext and