RFR: JDK-8300068: UBSan CFLAGS/LDFLAGS not passed when building ADLC
Justin King
jcking at openjdk.org
Thu Jan 12 18:41:04 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.
@magicus After adding the strict build configuration preprocessor check to the UBSan default options source file, I apparently never attempt to build again. This fixes my oversight as apparently ADLC doesn't use any of the common CFLAGS/LDFLAGS.
-------------
PR: https://git.openjdk.org/jdk/pull/11975
More information about the build-dev
mailing list