mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
Upgrade frontend & libs to early v2.097.0 (dlang/dmd@cb0457daf3)
This commit is contained in:
parent
cb97aa0aa5
commit
bfa3cead08
74 changed files with 2853 additions and 2160 deletions
|
@ -344,7 +344,7 @@ void CodeGenerator::writeMLIRModule(mlir::OwningModuleRef *module,
|
|||
const char *filename) {
|
||||
// Write MLIR
|
||||
if (global.params.output_mlir) {
|
||||
const auto llpath = replaceExtensionWith(global.mlir_ext, filename);
|
||||
const auto llpath = replaceExtensionWith(mlir_ext, filename);
|
||||
Logger::println("Writting MLIR to %s\n", llpath.c_str());
|
||||
std::error_code errinfo;
|
||||
llvm::raw_fd_ostream aos(llpath, errinfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue