[PATCH] D67833: [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime
George Rokos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 14:06:40 PDT 2020
grokos added a comment.
I tried to build clang with this patch and I get errors like:
CGOpenMPRuntime.cpp:9463:38: error: ‘OMPRTL___tgt_target_teams_nowait_mapper’ was not declared in this scope
? OMPRTL___tgt_target_teams_nowait_mapper
Where are these `OMPRTL___tgt_` symbols defined?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67833/new/
https://reviews.llvm.org/D67833
More information about the cfe-commits
mailing list