[llvm-bugs] [Bug 49149] New: Exegesis commit 8383fddc4fa9 breaks aarch64-windows-msvc build

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 11 06:50:39 PST 2021


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

            Bug ID: 49149
           Summary: Exegesis commit 8383fddc4fa9 breaks
                    aarch64-windows-msvc build
           Product: tools
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-exegesis
          Assignee: unassignedbugs at nondot.org
          Reporter: maxim.kuvyrkov at gmail.com
                CC: clement.courbet at gmail.com, gchatelet at google.com,
                    llvm-bugs at lists.llvm.org

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 .

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210211/f471b17a/attachment.html>


More information about the llvm-bugs mailing list