You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments