Use llvm_snapshot_version_suffix

This commit is contained in:
Konrad Kleine 2022-01-04 18:55:42 +01:00 committed by Timm Bäder
parent e03138764b
commit 40998353e9

View file

@ -52,7 +52,6 @@
%if %{with snapshot_build} %if %{with snapshot_build}
%undefine rc_ver %undefine rc_ver
%global llvm_snapshot_vers pre%{llvm_snapshot_yyyymmdd}.g%{llvm_snapshot_git_revision_short}
# FIXME(kkleine): Until we have the top-level "cmake" directory of the LLVM # FIXME(kkleine): Until we have the top-level "cmake" directory of the LLVM
# source tree separated out, we're going to use the complete source tarball # source tree separated out, we're going to use the complete source tarball
# ("llvm-project" instead of "llvm") for this. # ("llvm-project" instead of "llvm") for this.