From 83848354b020162599ec410de99da154526b119291eba863e59b1b27698e7e2e Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Sun, 24 Apr 2022 21:46:16 +0000 Subject: [PATCH] - Remove one more comment. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=26 --- llvm13.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm13.spec b/llvm13.spec index 7f733cc..0c36205 100644 --- a/llvm13.spec +++ b/llvm13.spec @@ -807,7 +807,6 @@ export CLANG_TOOLS_EXTRA_DIR=${PWD}/tools/clang/tools/extra # The build occasionally uses tools linking against previously built # libraries (mostly libLLVM.so), but we don't want to set RUNPATHs. export LD_LIBRARY_PATH=${PWD}/build/%{_lib} -# -z,now is breaking now, it needs to be fixed %cmake \ -DBUILD_SHARED_LIBS:BOOL=OFF \ -DLLVM_HOST_TRIPLE=%{host_triple} \