[all-commits] [llvm/llvm-project] 81b96b: [Aarch64] Fix assumption that Windows implies x86

David Truby via All-commits all-commits at lists.llvm.org
Fri Oct 30 05:12:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 81b96bb6f1caee90ad64c9c7c80b55c163b1f6a8
      https://github.com/llvm/llvm-project/commit/81b96bb6f1caee90ad64c9c7c80b55c163b1f6a8
  Author: David Truby <david.truby at arm.com>
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
    M llvm/lib/DebugInfo/PDB/CMakeLists.txt

  Log Message:
  -----------
  [Aarch64] Fix assumption that Windows implies x86

When compiling for Windows on Arm the amd64 debug interfce from the Visual
Studio SDK is used as the cmake currently only distinguishes between x86 and
amd64 by checking the pointer size. Instead we can get the target
architecture for the compilier and check that to distinguish between
architectures.




More information about the All-commits mailing list