From 3a0979d6b3c96c540edca61be363a51873ee6779 Mon Sep 17 00:00:00 2001 From: TB Schardl Date: Tue, 23 Jan 2024 09:45:41 -0500 Subject: [PATCH] [Tapir] Add IPO to link components for TapirOpts library. fixes OpenCilk/opencilk-project#234 --- llvm/lib/Transforms/Tapir/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Transforms/Tapir/CMakeLists.txt b/llvm/lib/Transforms/Tapir/CMakeLists.txt index b7b4cbe9af5f..43a684436bd5 100644 --- a/llvm/lib/Transforms/Tapir/CMakeLists.txt +++ b/llvm/lib/Transforms/Tapir/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_component_library(LLVMTapirOpts LINK_COMPONENTS Analysis Core + IPO IRReader Linker MC