[all-commits] [llvm/llvm-project] 879808: [libc] Demote compiler check error to a warning (#...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue May 26 01:52:10 PDT 2026


  Branch: refs/heads/release/22.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 8798085803f18d2ad763c2060660b7af5708fe5d
      https://github.com/llvm/llvm-project/commit/8798085803f18d2ad763c2060660b7af5708fe5d
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-05-26 (Tue, 26 May 2026)

  Changed paths:
    M libc/cmake/modules/prepare_libc_gpu_build.cmake
    M openmp/device/CMakeLists.txt

  Log Message:
  -----------
  [libc] Demote compiler check error to a warning (#198033)

Summary:
This check exists to encode the policy that this is only intended to be
built with a just-built compiler. In practice it's a little too strict
and breaks pretty much every six months when the version bumps or when
people try to build a separate patch. Just demote to a warning.

(cherry picked from commit 13da33e922fe43cd97246f5e33320acc4f5ea186)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list