[Openmp-commits] [PATCH] D101173: [OpenMP] Changes to enable MSVC ARM64 build of libomp

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun May 9 14:18:18 PDT 2021


AndreyChurbanov added a comment.

In D101173#2745309 <https://reviews.llvm.org/D101173#2745309>, @pulidocr wrote:

> Thanks. Do I need to worry about that one clang-tidy message, or do anything else before committing?

I think clang-tidy fails to cope with tricky macros, the symbol is declared and defined for x86 and x86_64.
Looks like we can safely skip the warning.


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