From 4b10fe94fe750ecc2d4242a76d2df70b85ae2ec7 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Sun, 8 Nov 2020 17:31:03 -0800 Subject: [PATCH] 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. --- external/llvm-project | 2 +- tools/npcomp-shlib/CMakeLists.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/external/llvm-project b/external/llvm-project index 52d55d31d..08c1a0dda 160000 --- a/external/llvm-project +++ b/external/llvm-project @@ -1 +1 @@ -Subproject commit 52d55d31d2395f8516379de961b1fbb7d71b3f11 +Subproject commit 08c1a0dda4b81ee0a0cedd46095c8f83d56ee71a diff --git a/tools/npcomp-shlib/CMakeLists.txt b/tools/npcomp-shlib/CMakeLists.txt index 6b9e78bbe..48a219d3a 100644 --- a/tools/npcomp-shlib/CMakeLists.txt +++ b/tools/npcomp-shlib/CMakeLists.txt @@ -41,7 +41,8 @@ llvm_add_library( npcomp-shlib.cpp ${_OBJECTS} LINK_LIBS PUBLIC - # Public dependencies on the MLIR shared lib. + # Public dependencies on the MLIR public API and impl shared libraries. + MLIRPublicAPI MLIR ${_DEPS} )