On Fri, 1 Sep 2023 21:08:53 GMT, Erik Joelsson <er...@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.

This pull request has now been integrated.

Changeset: 242eeaea
Author:    Erik Joelsson <er...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/242eeaea47a259cab4ad2d4f0e055959e9870b8d
Stats:     3 lines in 3 files changed: 2 ins; 0 del; 1 mod

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

Reviewed-by: jwaters, ihse

-------------

PR: https://git.openjdk.org/jdk/pull/15545

Reply via email to