BOLT_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.
BOLT_jll.llvm_bolt
— Methodllvm_bolt(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of llvm_bolt.
Example
llvm_bolt() do exe
run(`$exe $arguments`)
end
BOLT_jll.llvm_bolt
— Methodllvm_bolt(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of llvm_bolt. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(llvm_bolt()) $arguments`)
BOLT_jll.llvm_bolt_heatmap
— Methodllvm_bolt_heatmap(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of llvmboltheatmap.
Example
llvm_bolt_heatmap() do exe
run(`$exe $arguments`)
end
BOLT_jll.llvm_bolt_heatmap
— Methodllvm_bolt_heatmap(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of llvmboltheatmap. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(llvm_bolt_heatmap()) $arguments`)
BOLT_jll.llvm_boltdiff
— Methodllvm_boltdiff(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of llvm_boltdiff.
Example
llvm_boltdiff() do exe
run(`$exe $arguments`)
end
BOLT_jll.llvm_boltdiff
— Methodllvm_boltdiff(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of llvm_boltdiff. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(llvm_boltdiff()) $arguments`)
BOLT_jll.merge_fdata
— Methodmerge_fdata(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of merge_fdata.
Example
merge_fdata() do exe
run(`$exe $arguments`)
end
BOLT_jll.merge_fdata
— Methodmerge_fdata(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of merge_fdata. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(merge_fdata()) $arguments`)
BOLT_jll.perf2bolt
— Methodperf2bolt(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of perf2bolt.
Example
perf2bolt() do exe
run(`$exe $arguments`)
end
BOLT_jll.perf2bolt
— Methodperf2bolt(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of perf2bolt. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(perf2bolt()) $arguments`)