Problem Building ldc with llvm3-5 on Ubuntu 14.04

"Nordlöw" via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Oct 2 12:01:50 PDT 2014


On Thursday, 2 October 2014 at 00:05:50 UTC, Eugene wrote:
> I had the same problem.
> 1. in your case cmake picked up llvm version 3.5
> 2. cmake complains that it llvm-config-3.5 can't find 
> profiledata component. I don't know why it is missing. I simply 
> commented out the lines mentioning profiledata in 
> cmake/Modules/FindLLVM.cmake
>
> For me compilation still fails because llvm include file paths 
> don't match the ones used in ldc source code.

Should I try removing some LLVM version?


More information about the digitalmars-d-ldc mailing list