[all-commits] [llvm/llvm-project] 22838f: [libc] Do not attempt to determine CPU features in...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Mar 15 18:44:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22838f6084ccfab7fe0df802873de5d4a75c6573
      https://github.com/llvm/llvm-project/commit/22838f6084ccfab7fe0df802873de5d4a75c6573
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake

  Log Message:
  -----------
  [libc] Do not attempt to determine CPU features in GPU mode

Summary:
We don't use these features in the GPU build, trying to determine them
can cause errors. We should just return early if this is the case.




More information about the All-commits mailing list