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
Stella Laurenzo 2020-11-08 17:31:03 -08:00
parent 966253fb11
commit 4b10fe94fe
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 52d55d31d2395f8516379de961b1fbb7d71b3f11 Subproject commit 08c1a0dda4b81ee0a0cedd46095c8f83d56ee71a

View File

@ -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}
) )