We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5951b commit 025b6c7Copy full SHA for 025b6c7
llvm.spec
@@ -976,9 +976,11 @@ popd
976
977
%if %{with snapshot_build}
978
%global cmake_config_args %{cmake_config_args} -DLLVM_VERSION_SUFFIX="%{llvm_snapshot_version_suffix}"
979
-%elif %{without compat_build}
+%else
980
+%if %{without compat_build}
981
%global cmake_config_args %{cmake_config_args} -DLLVM_VERSION_SUFFIX=''
982
%endif
983
+%endif
984
985
%ifarch x86_64
986
%global cmake_config_args %{cmake_config_args} -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS -Wl,-z,cet-report=error"
0 commit comments