[PATCH] D72304: [OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBuilder.
Fady Ghanim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 09:21:46 PST 2020
fghanim added a comment.
Everything is fine!
I just cloned llvm from git hub, added this revision with `arc patch`. then:
`cmake -G"Unix Makefiles" -DLLVM_ENABLE_PROJECTS="clang;openmp" -DCMAKE_BUILD_TYPE=Release -DLLVM_OPTIMIZED_TABLEGEN=1 -DLLVM_USE_LINKER=gold ../llvm-project/llvm`
`make` , `make check-llvm-unittest`, `make check-clang-openmp`
all of it works fine and I got no errors whatsoever. Let me know what you think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72304/new/
https://reviews.llvm.org/D72304
More information about the cfe-commits
mailing list