Skip to content

Commit bfdd7ba

Browse files
committed
rename .bc to .o
1 parent 63a4d22 commit bfdd7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StaticCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ julia> ccall(StaticCompiler.generate_shlib_fptr(path, name), Float64, (Int64,),
178178
"""
179179
function generate_shlib(f, tt, path::String = tempname(), name = GPUCompiler.safe_name(repr(f)); kwargs...)
180180
mkpath(path)
181-
obj_path = joinpath(path, "obj.bc")
181+
obj_path = joinpath(path, "obj.o")
182182
lib_path = joinpath(path, "obj.$(Libdl.dlext)")
183183
open(obj_path, "w") do io
184184
job, kwargs = native_job(f, tt; name, kwargs...)

0 commit comments

Comments
 (0)