| commit | 373a9e1bdcec3d60238099883e64e576274cd54f | [log] [tgz] |
|---|---|---|
| author | Thomas <thomasraoux@google.com> | Wed Apr 12 10:31:50 2023 -0700 |
| committer | GitHub <noreply@github.com> | Wed Apr 12 17:31:50 2023 +0000 |
| tree | 1bd276e28c675bd5c5953002a1d89875e3de2cc2 | |
| parent | 17feb03d26bb3fa8b1c5e3c5077e01e6d0cb6648 [diff] |
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