Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BOLT][DWARF][NFC] Add mc opt to DWARFRewriter.cpp (llvm#100800)
Running into an error with removing DWP where the assertion `RelaxAllView && "RegisterMCTargetOptionsFlags not created."'` failed. This is a result of DWP bringing the mc::RegisterMCTargetOptionsFlags option in, and the option being removed with DWP. The need for this option didn't originally exist because we didn't use MC in DWARFRewriter, but we switched to using DWARFStreamer which needed the option. https://reviews.llvm.org/D75579 https://reviews.llvm.org/D106417
- Loading branch information