[all-commits] [llvm/llvm-project] 34688f: Implement `sys::getHostCPUName()` for Darwin ARM

thegreatbeanz via All-commits all-commits at lists.llvm.org
Tue Nov 5 17:49:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34688fafea813f826b71f814edd6389adbf98ca7
      https://github.com/llvm/llvm-project/commit/34688fafea813f826b71f814edd6389adbf98ca7
  Author: Chris Bieneman <chris.bieneman at me.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Support/Host.cpp

  Log Message:
  -----------
  Implement `sys::getHostCPUName()` for Darwin ARM

Summary: Currently there is no implementation of `sys::getHostCPUName()` for Darwin ARM targets. This patch makes it so that LLVM running on ARM makes reasonable guesses about the CPU features of the host CPU.

Reviewers: t.p.northover, lhames, efriedma

Reviewed By: efriedma

Subscribers: rjmccall, efriedma, kristof.beyls, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69597




More information about the All-commits mailing list