search for: c49fdce6

Displaying 2 results from an estimated 2 matches for "c49fdce6".

2018 Jan 23
0
[ELF] Symbol-ordering-file warnings
...________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180122/c49fdce6/attachment.html>
2018 Jan 22
2
[ELF] Symbol-ordering-file warnings
Hi, In our proprietary linker, we have a switch which has essentially identical functionality to the --symbol-ordering-file LLD switch. One of the main areas that it differs in is that our linker warns in various circumstances, if there is a problem with the contents of the order file. We would like to propose adding these same warnings to LLD, if there is interest in them. Following are the