From 3a24bbcafdfb3d943c783c4a331875ce49eadee1 Mon Sep 17 00:00:00 2001 From: Martin Mory Date: Mon, 28 Aug 2023 11:40:54 +0200 Subject: [PATCH] don't link fat LLVM lib in myphasartool, needs to be transitively pulled in through phasar --- tools/example-tool/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/example-tool/CMakeLists.txt b/tools/example-tool/CMakeLists.txt index c5aa75c2a..aab2a9a7d 100644 --- a/tools/example-tool/CMakeLists.txt +++ b/tools/example-tool/CMakeLists.txt @@ -14,7 +14,6 @@ endif() target_link_libraries(myphasartool LINK_PUBLIC phasar - LLVM LINK_PRIVATE ${PHASAR_STD_FILESYSTEM} )