search for: 7fc935c2

Displaying 2 results from an estimated 2 matches for "7fc935c2".

2018 Jan 23
0
[ELF] Symbol-ordering-file warnings
On Mon, Jan 22, 2018 at 2:00 AM, James Henderson via llvm-dev < llvm-dev at lists.llvm.org> wrote: > 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
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