mirror of https://github.com/llvm/torch-mlir
Bump llvm-project to head.
* Incorporates a dep on the new MLIRPublicAPI shared library. * More work is needed to further separate npcomp between public API and impl libraries, but amalgamating them will hold until then.pull/110/head
parent
966253fb11
commit
4b10fe94fe
|
@ -1 +1 @@
|
||||||
Subproject commit 52d55d31d2395f8516379de961b1fbb7d71b3f11
|
Subproject commit 08c1a0dda4b81ee0a0cedd46095c8f83d56ee71a
|
|
@ -41,7 +41,8 @@ llvm_add_library(
|
||||||
npcomp-shlib.cpp
|
npcomp-shlib.cpp
|
||||||
${_OBJECTS}
|
${_OBJECTS}
|
||||||
LINK_LIBS PUBLIC
|
LINK_LIBS PUBLIC
|
||||||
# Public dependencies on the MLIR shared lib.
|
# Public dependencies on the MLIR public API and impl shared libraries.
|
||||||
|
MLIRPublicAPI
|
||||||
MLIR
|
MLIR
|
||||||
${_DEPS}
|
${_DEPS}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue