Skip to content

Conversation

jcalvinowens
Copy link
Contributor

The new core LLVM support lacks an equivalent of LLVMVERSION as exposed by meta-clang, resulting in this benign WARNING:

WARNING: mc:house:chromium-ozone-wayland-140.0.7339.136-r0 do_check_llvm_version: Unable to determine LLVM version. Chromium may not be compiled successfully if the LLVM version is below 14.0.0.

LLVM-14 was released nearly four years ago. Upstream chromium's current policy is summarized here:

https://chromium.googlesource.com/chromium/src/+/main/docs/toolchain_support.md

...and quoting the releavant portion:

Even within clang/libc++, we often rely on recent bugfixes and
feature additions, so generally only the most recent LLVM version
is supported.

Silence the warning by dropping the bitrotted version enforement logic.

The new core LLVM support lacks an equivalent of LLVMVERSION as exposed
by meta-clang, resulting in this benign WARNING:

    WARNING: mc:house:chromium-ozone-wayland-140.0.7339.136-r0 do_check_llvm_version: Unable to determine LLVM version. Chromium may not be compiled successfully if the LLVM version is below 14.0.0.

LLVM-14 was released nearly four years ago. Upstream chromium's current
policy is summarized here:

    https://chromium.googlesource.com/chromium/src/+/main/docs/toolchain_support.md

...and quoting the releavant portion:

    Even within clang/libc++, we often rely on recent bugfixes and
    feature additions, so generally only the most recent LLVM version
    is supported.

Silence the warning by dropping the bitrotted version enforement logic.

Signed-off-by: Calvin Owens <calvin@wbinvd.org>
@jcalvinowens
Copy link
Contributor Author

The warning shows up after #923 but this change doesn't actually depend on that PR.

If you'd rather keep the version check in some form just say the word and I'll do that instead.

@jcalvinowens
Copy link
Contributor Author

This also fixes #875

jcalvinowens added a commit to jcalvinowens/meta-browser that referenced this pull request Sep 28, 2025
@MaxIhlenfeldt MaxIhlenfeldt requested a review from kraj September 29, 2025 10:08
@MaxIhlenfeldt
Copy link
Collaborator

@kraj can you PTAL?

jcalvinowens added a commit to jcalvinowens/meta-browser that referenced this pull request Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants