search for: reportduplicate

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

2017 May 21
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...atibility, but I don't think you should be passing it from your driver, as that would just be working around the bug that was presumably introduced by r289280. If you just want to get past this issue though, implementing it would probably just involve downgrading the fatal error in SymbolTable::reportDuplicate to a warning if /FORCE:MULTIPLE is passed. Peter On Sun, May 21, 2017 at 7:05 AM, Martell Malone <martellmalone at gmail.com> wrote: > Hey Peter, > > Currently I still use the custom frontend I have for using lld so it > wouldn't be much use to do that. > I'm looking...
2017 May 11
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Would it be possible to share a repro.tar file created with /linkrepro so that we can reproduce the problem? Peter On Thu, May 11, 2017 at 3:00 AM, Martell Malone <martellmalone at gmail.com> wrote: > There are a few things running in parallel and thanks for taking the time > to review and help me get this in tree. > I wanted to follow up with a question on the linker side of