[all-commits] [llvm/llvm-project] c76a1d: [libc][NFC] Make cpu feature check tolerate non-x8...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Jun 10 11:11:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c76a1d0fc0c148c8642397a6ec8a589256eb1dc2
      https://github.com/llvm/llvm-project/commit/c76a1d0fc0c148c8642397a6ec8a589256eb1dc2
  Author: Siva Chandra <sivachandra at google.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

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

  Log Message:
  -----------
  [libc][NFC] Make cpu feature check tolerate non-x86 architectures.

The feature check should probably be enhanced for non-x86 architectures,
but this change shields them from x86 specific pieces until then.

This patch has been split out from https://reviews.llvm.org/D81533.




More information about the All-commits mailing list