RFR: 8286757: adlc tries to build with /pathmap but without /experimental:deterministic
Magnus Ihse Bursie
ihse at openjdk.org
Wed Sep 20 10:14:41 UTC 2023
On Fri, 1 Sep 2023 21:08:53 GMT, Erik Joelsson <erikj at openjdk.org> 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 including `$FILE_MACRO_CFLAGS` but missing `$REPRODUCIBLE_CFLAGS`. This patch simply adds them. At some point we should refactor the ADLC flags properly, but I don't think we should wait for that to fix these warnings.
Looks good. I agree that ADLC flags needs to be sorted out properly at some time...
-------------
Marked as reviewed by ihse (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15545#pullrequestreview-1635269376
More information about the build-dev
mailing list