[PATCH] D91054: [Clang][OpenMP] Frontend work for sections - D89671

Fady Ghanim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 13:58:49 PST 2020


fghanim added a comment.

Thanks for doing this.

Please add proper lit test. you can find that under `clang/test/OpenMP/sections_codegen.cpp`. add a case for using the OMPBuilder.
As an example look in the same directory for `parallel_codegen.cpp` , `master_codegen.cpp` , `critical_codegen.cpp`

In case you need it; you can check that your changes works by doing `ninja/make -check-clang-openmp`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91054



More information about the cfe-commits mailing list