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: unassignedb...@nondot.org
          Reporter: maxim.kuvyr...@gmail.com
                CC: clement.cour...@gmail.com, gchate...@google.com,
                    llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to