On Thu, 12 Jan 2023 18:30:12 GMT, Justin King <jck...@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