[PATCH] D141910: [OpenMP][OMPIRBuilder]Move SIMD alignment calculation to LLVM Frontend

Argyrios Kyrtzidis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 13:14:16 PST 2023


akyrtzi added a comment.

In D141910#4111048 <https://reviews.llvm.org/D141910#4111048>, @domada wrote:

> Added changes in `clang/lib/AST/CMakeLists.txt` to address build issue reported by @akyrtzi .
>
> I modified CMakeLists.txt so that it requires generation of missing `Attributes.inc`.
>
> @akyrtzi  Please let me know if it solves your issue

This fixes the build issue 👍, thank you!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141910/new/

https://reviews.llvm.org/D141910



More information about the llvm-commits mailing list