Skip to content

code_native does not work with llvm 3.5.0rc3 #8137

@eschnett

Description

@eschnett

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions