RFR: JDK-8300068: UBSan CFLAGS/LDFLAGS not passed when building ADLC
Magnus Ihse Bursie
ihse at openjdk.org
Tue Jan 17 11:28:19 UTC 2023
On Thu, 12 Jan 2023 18:30:12 GMT, Justin King <jcking at openjdk.org> wrote:
> Fix misconfigured UBSan build by funneling `UBSAN_CFLAGS` and `UBSAN_LDFLAGS` to ADLC.
But there is also no reason *not* to.
Overall, the ADLC build has been a constant source of trouble. Some flags should be passed on, or build will fail. Some flags should not be passed on, or build will fail. :-/
Why can't you guys just rewrite adlc in java? :-)
-------------
PR: https://git.openjdk.org/jdk/pull/11975
More information about the build-dev
mailing list