Re: RFR: 8286757: adlc tries to build with /pathmap but without /experimental:deterministic

2023-09-20 Thread Magnus Ihse Bursie
On Fri, 1 Sep 2023 21:08:53 GMT, Erik Joelsson wrote: > Compiling the ADLC build tool on Windows is generating multiple warnings like > this: > > cl : Command line warning D9007 : '/pathmap:' requires > '/experimental:deterministic'; option ignored > > This is caused by the `ADLC_CFLAGS` are

Re: RFR: 8286757: adlc tries to build with /pathmap but without /experimental:deterministic

2023-09-04 Thread Julian Waters
On Fri, 1 Sep 2023 21:08:53 GMT, Erik Joelsson wrote: > Compiling the ADLC build tool on Windows is generating multiple warnings like > this: > > cl : Command line warning D9007 : '/pathmap:' requires > '/experimental:deterministic'; option ignored > > This is caused by the `ADLC_CFLAGS` are

RFR: 8286757: adlc tries to build with /pathmap but without /experimental:deterministic

2023-09-01 Thread Erik Joelsson
Compiling the ADLC build tool on Windows is generating multiple warnings like this: cl : Command line warning D9007 : '/pathmap:' requires '/experimental:deterministic'; option ignored This is caused by the `ADLC_CFLAGS` are including `$FILE_MACRO_CFLAGS` but missing `$REPRODUCIBLE_CFLAGS`.