Unset LLVM_VERSION_SUFFIX for compat builds as well
This is needed if the compat build is produced for an rc version, which I'm currently trying to do to fix snapshot builds. I don't see a reason why this bit should be omitted for snapshot builds.
This commit is contained in:
parent
2b59cd5563
commit
d71a6d614a
@ -344,9 +344,7 @@ export ASMFLAGS="%{build_cflags}"
|
||||
%if %{with snapshot_build}
|
||||
-DLLVM_VERSION_SUFFIX="%{llvm_snapshot_version_suffix}" \
|
||||
%else
|
||||
%if %{without compat_build}
|
||||
-DLLVM_VERSION_SUFFIX='' \
|
||||
%endif
|
||||
%endif
|
||||
-DLLVM_UNREACHABLE_OPTIMIZE:BOOL=ON \
|
||||
-DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user