[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Tobias Gysi
llvmlistbot at llvm.org
Sat Feb 1 10:17:55 PST 2025
================
@@ -2456,6 +2513,7 @@ mlir::translateLLVMIRToModule(std::unique_ptr<llvm::Module> llvmModule,
return {};
if (failed(moduleImport.convertFunctions()))
return {};
- moduleImport.convertTargetTriple();
----------------
gysit wrote:
nit: This looks like a rebase artifact and explains the test failure.
https://github.com/llvm/llvm-project/pull/125295
More information about the Mlir-commits
mailing list