[Openmp-commits] [PATCH] D101173: [OpenMP] Changes to enable MSVC ARM64 build of libomp
    Jon Chesterfield via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Wed Apr 28 07:36:34 PDT 2021
    
    
  
JonChesterfield added a comment.
Exciting! Thank you.
If I understand correctly, we presently have neither windows nor aarch64 working. Doing both of those at the same time sounds hazardous. Mixes a variety of failure modes.
We could enable windows on x86-64, which will hammer out things like uses of dlopen. That can probably be tested via a virtual machine running on a linux host, or maybe on Azure.
We could enable linux on aarch64, which may be almost a no-op. That can probably be tested via qemu for people who don't have an aarch64 box, or maybe on AWS.
If we can get linux/aarch64 passing tests, and windows/x64 passing tests, there's a much reduced cross section for bugs when trying windows/aarch64.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101173/new/
https://reviews.llvm.org/D101173
    
    
More information about the Openmp-commits
mailing list