From d200d007ae4c96ea1b7cbbecd56edf7acc25b6da Mon Sep 17 00:00:00 2001 From: Martin Mory Date: Mon, 28 Aug 2023 11:32:28 +0200 Subject: [PATCH] link llvm Demangle component to controller, otherwise build in vara fails --- lib/Controller/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Controller/CMakeLists.txt b/lib/Controller/CMakeLists.txt index 242ffcf4c5..8b3df9478c 100644 --- a/lib/Controller/CMakeLists.txt +++ b/lib/Controller/CMakeLists.txt @@ -16,6 +16,7 @@ set(PHASAR_LINK_LIBS set(LLVM_LINK_COMPONENTS Core Support + Demangle ) if(BUILD_SHARED_LIBS)