Skip to content

Commit

Permalink
add libMLIRPublicAPI (#4047)
Browse files Browse the repository at this point in the history
[skip build]
  • Loading branch information
vchuravy authored Dec 9, 2021
1 parent b405cd2 commit be1d728
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion L/LLVM/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name = "MLIR"
llvm_full_version = v"12.0.1+4"
libllvm_version = v"12.0.1+4"


# Include common LLVM stuff
include("../common.jl")
build_tarballs(ARGS, configure_extraction(ARGS, llvm_full_version, name, libllvm_version; experimental_platforms=true)...; skip_audit=true, julia_compat="1.7")
1 change: 0 additions & 1 deletion L/LLVM/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name = "MLIR"
llvm_full_version = v"13.0.0+1"
libllvm_version = v"13.0.0+1"


# Include common LLVM stuff
include("../common.jl")
build_tarballs(ARGS, configure_extraction(ARGS, llvm_full_version, name, libllvm_version; experimental_platforms=true)...; skip_audit=true, julia_compat="1.8")
1 change: 1 addition & 0 deletions L/LLVM/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ function configure_extraction(ARGS, LLVM_full_version, name, libLLVM_version=not
script = mlirscript
products = [
LibraryProduct("libMLIR", :libMLIR, dont_dlopen=true),
LibraryProduct("libMLIRPublicAPI", :libMLIRPublicAPI, dont_dlopen=true),
]
elseif name == "LLVM"
script = llvmscript
Expand Down

0 comments on commit be1d728

Please sign in to comment.