mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 02:45:25 +03:00
Upgrade frontend & libs to v2.083.0-beta.1
This commit is contained in:
parent
c7c3f56415
commit
7776c4081b
172 changed files with 4653 additions and 4985 deletions
|
@ -231,7 +231,7 @@ void CodeGenerator::finishLLModule(Module *m) {
|
|||
insertBitcodeFiles(ir_->module, ir_->context(), global.params.bitcodeFiles);
|
||||
}
|
||||
|
||||
writeAndFreeLLModule(m->objfile->name->str);
|
||||
writeAndFreeLLModule(m->objfile->name.toChars());
|
||||
}
|
||||
|
||||
void CodeGenerator::writeAndFreeLLModule(const char *filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue