[all-commits] [llvm/llvm-project] d5d089: Fix exegesis build on aarch64-windows-msvc host

maxim-kuvyrkov via All-commits all-commits at lists.llvm.org
Tue Feb 16 06:31:41 PST 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d5d089bf08c9181134d00e74d61a12f808c3e0c3
      https://github.com/llvm/llvm-project/commit/d5d089bf08c9181134d00e74d61a12f808c3e0c3
  Author: Maxim Kuvyrkov <maxim.kuvyrkov at linaro.org>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/X86/Target.cpp

  Log Message:
  -----------
  Fix exegesis build on aarch64-windows-msvc host

Include x86 intrinsics only when compiling for x86_64
or i386.  _MSC_VER no longer implies x86.

Reviewed By: gchatelet

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

Fixes: https://bugs.llvm.org/show_bug.cgi?id=49149

(cherry picked from commit 06f53f2f095c45c93d269b5dc010af506f4b0ff4)




More information about the All-commits mailing list