Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DIBuilder::createVariantPart after f6617d6
which ended up passing 0 for the Discriminator arg, Discriminator for the DataLocation arg, etc. The DICompositeType::get's new NumExtraInhabitants parameter is at the end, and has a default value, so no change in the caller is necessary. See comment on llvm#112590
- Loading branch information