mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:20:10 +01:00
Roll LLVM to `6811a83c81500ee373adfc0d9978ff9625a4cf1c`. This includes https://github.com/llvm/llvm-project/pull/183831 which moved the functionality of `finish()` on `DiagnosticConsumer`s into the destructors, and removed the `finish()` method. So, our callers to `finish()` are migrated to cause the destructor to run at that time instead. --------- Co-authored-by: Chandler Carruth <chandlerc@gmail.com>