Global symbols cannot have any name so we need to sanitize the string
first. Also remove an assertion that is not actually necessary nor
true in general.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112892
[OpenMP][FIX] Ensure guarding uses proper global name ClosedPublic Authored by jdoerfert on Oct 31 2021, 12:49 PM.
Details Summary Global symbols cannot have any name so we need to sanitize the string
Diff Detail
Event TimelineHerald added subscribers: ormris, guansong, bollu and 2 others. · View Herald TranscriptOct 31 2021, 12:49 PM This revision is now accepted and ready to land.Nov 1 2021, 8:49 AM This revision was landed with ongoing or failed builds.Nov 2 2021, 9:22 PM Closed by commit rGe6e440ae5f8d: [OpenMP][FIX] Ensure guarding uses proper global name (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 384328 llvm/lib/Transforms/IPO/OpenMPOpt.cpp
|