DWARFYAML::emitDebugSections - fix use after std::move warnings. NFCI.
We were using Err after it had been moved into cantFail - avoid this by calling cantFail with Error::success() directly.
Loading
Please sign in to comment
We were using Err after it had been moved into cantFail - avoid this by calling cantFail with Error::success() directly.