The change described by:
https://reviews.llvm.org/D122226
Moved some llvm-pdbutil functionality to the debug PDB library.
This patch addresses a broken '-modi' argument handling, which causes an assertion if its value is other than '0' or '1', as described in https://reviews.llvm.org/D122226#3417917
In addition, moves the assertion for that argument from the PDB library into the llvm-pdbutil driver.