Dlang LLVM ERROR: Program used external function which could not be resolved

BARRE KEVIN via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Jun 14 09:48:31 PDT 2017


https://stackoverflow.com/questions/44550353/dlang-llvm-error-program-used-external-function-which-could-not-be-resolved

I try to compile d code to llvm IR but when i compile or execute 
.ll i have error

LLVM ERROR: Program used external function '_d_throw_exception' 
which could not be resolved!

Why in c or c++ with

clang -S -emit-llvm foo.c
lli foo.ll

It is work normaly.


More information about the digitalmars-d-ldc mailing list