Looks like implementation in llvm changed, and now we need to process error
being returned.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124133
[BOLT][DWARF] Handle Error returned by visitLocationList ClosedPublic Authored by ayermolo on Apr 20 2022, 3:13 PM.
Details Summary Looks like implementation in llvm changed, and now we need to process error
Diff Detail
Event Timeline
ayermolo retitled this revision from [BOLT][DWARF] Handles Error returned by visitLocationList. to [BOLT][DWARF] Handle Error returned by visitLocationList.Apr 20 2022, 4:24 PM This revision is now accepted and ready to land.Apr 20 2022, 4:25 PM Closed by commit rG7d6716786fbe: [BOLT][DWARF] Handle Error returned by visitLocationList (authored by ayermolo). · Explain WhyApr 20 2022, 4:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424056 bolt/lib/Rewrite/DWARFRewriter.cpp
bolt/test/X86/dwarf-handle-visit-loclist-error.s
|
Can you try consumeError(E); instead?