- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 49149 |
| Resolution | FIXED |
| Resolved on | Feb 16, 2021 16:52 |
| Version | trunk |
| OS | All |
| Blocks | #48246 |
| CC | @legrosbuffle,@gchatelet,@RKSimon,@tstellar |
| Fixed by commit(s) | 06f53f2 d5d089b |
Extended Description
Commit llvm-exegesis commit https://reviews.llvm.org/rG8383fddc4fa9b4e61954e5ac93b00719a39d2291 breaks build on aarch64-windows-msvc host.
X86-specific intrinsics are used under #ifdef _MSC_VER. With addition of Windows on Arm platform _MSC_VER no longer implied x86.
Proposed patch to fix this is at https://reviews.llvm.org/D96498 .