Skip to content

Commit

Permalink
native_llvm_module has been renamed to static_llvm_module
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller authored Mar 4, 2024
1 parent a150c50 commit 7366189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function generate_obj(funcs::Union{Array,Tuple}, path::String = tempname(), file
kwargs...)
f, tt = funcs[1]
mkpath(path)
mod = native_llvm_module(funcs; demangle, kwargs...)
mod = static_llvm_module(funcs; demangle, kwargs...)

if emit_llvm_only # (Required on Windows)
ir_path = joinpath(path, "$filenamebase.ll")
Expand Down

0 comments on commit 7366189

Please sign in to comment.