From 02cd378529ccd19e324e0ffd5be45093b7bdb03b Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Sat, 29 May 2021 01:24:52 +0200 Subject: [PATCH] Remove workaroud for https://reviews.llvm.org/D102881 --- mlir.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mlir.spec b/mlir.spec index 628ccf7..f3ee4b6 100644 --- a/mlir.spec +++ b/mlir.spec @@ -109,10 +109,6 @@ export LD_LIBRARY_PATH=%{_builddir}/%{mlir_srcdir}/%{name}/%{_build}/%{_lib} %files static %{_libdir}/libMLIR*.a -%if %{with snapshot_build} -# To properly fix this, one should get this patch merged: https://reviews.llvm.org/D102881 -%{_libdir}/libMlirLspServerLib.a -%endif %if %{without snapshot_build} # This file is not longer there as a when building snapshots.