Integrate LLVM at llvm/llvm-project@0dbcbfe0 (#13035)

llvm: 0dbcbfe0d014bae2e00232366bfbae2914fd713e
mhlo: 8e9cb4bf4293f45979873039a0b2f2b2c7cf5641
TF is not updated as per new process:
https://github.com/openxla/iree/issues/13037#issuecomment-1505562434
diff --git a/compiler/src/iree/compiler/API/Internal/IREEOptToolEntryPoint.cpp b/compiler/src/iree/compiler/API/Internal/IREEOptToolEntryPoint.cpp
index e7dadca..19b08e0 100644
--- a/compiler/src/iree/compiler/API/Internal/IREEOptToolEntryPoint.cpp
+++ b/compiler/src/iree/compiler/API/Internal/IREEOptToolEntryPoint.cpp
@@ -46,7 +46,7 @@
   InitLLVM y(argc, argv);
 
   // Register any command line options.
-  MlirOptMainConfig::registerCLOptions();
+  MlirOptMainConfig::registerCLOptions(registry);
   registerAsmPrinterCLOptions();
   registerMLIRContextCLOptions();
   registerPassManagerCLOptions();
diff --git a/third_party/llvm-project b/third_party/llvm-project
index 203cd15..0dbcbfe 160000
--- a/third_party/llvm-project
+++ b/third_party/llvm-project
@@ -1 +1 @@
-Subproject commit 203cd159b6a9aca7a48c1847b0ff745beebf4b5e
+Subproject commit 0dbcbfe0d014bae2e00232366bfbae2914fd713e
diff --git a/third_party/mlir-hlo b/third_party/mlir-hlo
index 647f079..8e9cb4b 160000
--- a/third_party/mlir-hlo
+++ b/third_party/mlir-hlo
@@ -1 +1 @@
-Subproject commit 647f079db3e38ddaa39d38ae7958022a40625676
+Subproject commit 8e9cb4bf4293f45979873039a0b2f2b2c7cf5641