Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM 15.0.7 #3

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm
Submodule llvm updated from f28c00 to 8dfdcc
10 changes: 6 additions & 4 deletions rpm/clang.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global maj_ver 14
%global maj_ver 15
%global min_ver 0
%global patch_ver 6
%global patch_ver 7

%global clang_tools_binaries \
%{_bindir}/clang-apply-replacements \
Expand All @@ -10,11 +10,13 @@
%{_bindir}/clang-extdef-mapping \
%{_bindir}/clang-format \
%{_bindir}/clang-include-fixer \
%{_bindir}/clang-linker-wrapper \
%{_bindir}/clang-move \
%{_bindir}/clang-nvlink-wrapper \
%{_bindir}/clang-offload-bundler \
%{_bindir}/clang-offload-packager \
%{_bindir}/clang-offload-wrapper \
%{_bindir}/clang-linker-wrapper \
%{_bindir}/clang-nvlink-wrapper \
%{_bindir}/clang-pseudo \
%{_bindir}/clang-query \
%{_bindir}/clang-refactor \
%{_bindir}/clang-reorder-fields \
Expand Down
2 changes: 1 addition & 1 deletion rpm/llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%endif

Name: llvm
Version: 14.0.6
Version: 15.0.7
Release: 0
Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
License: University of Illinois/NCSA Open Source License
Expand Down