[all-commits] [llvm/llvm-project] 06f53f: Fix exegesis build on aarch64-windows-msvc host
maxim-kuvyrkov via All-commits
all-commits at lists.llvm.org
Fri Feb 12 01:51:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06f53f2f095c45c93d269b5dc010af506f4b0ff4
https://github.com/llvm/llvm-project/commit/06f53f2f095c45c93d269b5dc010af506f4b0ff4
Author: Maxim Kuvyrkov <maxim.kuvyrkov at linaro.org>
Date: 2021-02-12 (Fri, 12 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
More information about the All-commits
mailing list