Failed installation of LDC

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Jun 10 02:18:53 PDT 2016


On Thursday, 9 June 2016 at 23:08:44 UTC, LDC_Installer wrote:
>
> Here's what I get when running make:
>
> /home/username/Downloads/ldc/driver/linker.cpp: In function 
> ‘void {anonymous}::insertBitcodeIntoModule(const char*, 
> llvm::Module&, llvm::LLVMContext&)’:
> /home/username/Downloads/ldc/driver/linker.cpp:124:17: error: 
> no matching function for call to 
> ‘llvm::Linker::Linker(llvm::Module&)’
>    llvm::Linker(M).linkInModule(std::move(loadedModule));
>                  ^

This is my fault I think. Looks like building master is broken 
for LLVM < 3.8. Working on a fix. Thanks a lot for reporting!

-Johan



More information about the digitalmars-d-ldc mailing list