This patch adds unique idenfitiers to the existing OpenMP remarks. This makes
it easier to identify the corresponding documentation for each remark that will
be hosted in the OpenMP webpage.
Depends on D105898
Paths
| Differential D105939
[OpenMP] Add IDs to OpenMP remarks ClosedPublic Authored by jhuber6 on Jul 13 2021, 2:03 PM.
Details
Summary This patch adds unique idenfitiers to the existing OpenMP remarks. This makes Depends on D105898
Diff Detail
Event TimelineHerald added subscribers: ormris, okura, kuter and 3 others. · View Herald TranscriptJul 13 2021, 2:03 PM Comment Actions
The reamrk ID is postfixed, so the regexes should still match. This revision is now accepted and ready to land.Jul 13 2021, 9:17 PM jhuber6 added a child revision: D106018: [OpenMP] Add remark documentation to the OpenMP webpage.Jul 14 2021, 2:06 PM This revision was landed with ongoing or failed builds.Jul 16 2021, 11:07 AM Closed by commit rG2c31d5ebfbbb: [OpenMP] Add IDs to OpenMP remarks (authored by jhuber6). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359391 clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
|