The error message should be about coro.id, not coro.begin
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D96447
[NFC][Coroutine] Fix an error message on coro.id verification ClosedPublic Authored by lxfind on Feb 10 2021, 12:52 PM.
Details Summary The error message should be about coro.id, not coro.begin
Diff Detail
Event TimelineHerald added subscribers: hoy, dexonsmith, modimo and 2 others. · View Herald TranscriptFeb 10 2021, 12:52 PM This revision is now accepted and ready to land.Feb 12 2021, 10:30 AM This revision was landed with ongoing or failed builds.Feb 12 2021, 10:44 AM Closed by commit rGa0d09ce4600b: [NFC][Coroutine] Fix an error message on coro.id verification (authored by lxfind). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 323396 llvm/lib/IR/Verifier.cpp
|