-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
I build Julia from source (OS X) using llvm 3.5.0rc3. code_llvm works fine, but code_native does not:
julia> code_llvm(muladd, (Float64,Float64,Float64))
define double @julia_muladd38680(double, double, double) {
top:
%3 = fmul double %0, %1, !dbg !8
%4 = fadd double %3, %2, !dbg !8
ret double %4, !dbg !8
}
julia> code_native(muladd, (Float64,Float64,Float64))
Warning: Unable to find ObjectFile for function
ERROR: no method found for the specified argument types
Is this a known issue? Or could this be a problem with my build, or maybe a missing environment variable setting?
Metadata
Metadata
Assignees
Labels
No labels