Skip to content

Bump version to 18.1.7 #93723

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

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Bump version to 18.1.7 #93723

merged 1 commit into from
Jun 4, 2024

Conversation

tstellar
Copy link
Collaborator

No description provided.

@llvmbot
Copy link
Member

llvmbot commented May 29, 2024

@llvm/pr-subscribers-testing-tools

Author: Tom Stellard (tstellar)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/93723.diff

2 Files Affected:

  • (modified) llvm/CMakeLists.txt (+1-1)
  • (modified) llvm/utils/lit/lit/init.py (+1-1)
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 26b7b01bb1f8d..51278943847aa 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -22,7 +22,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
   set(LLVM_VERSION_MINOR 1)
 endif()
 if(NOT DEFINED LLVM_VERSION_PATCH)
-  set(LLVM_VERSION_PATCH 6)
+  set(LLVM_VERSION_PATCH 7)
 endif()
 if(NOT DEFINED LLVM_VERSION_SUFFIX)
   set(LLVM_VERSION_SUFFIX)
diff --git a/llvm/utils/lit/lit/__init__.py b/llvm/utils/lit/lit/__init__.py
index d8b0e3bd1c69e..5003d78ce5218 100644
--- a/llvm/utils/lit/lit/__init__.py
+++ b/llvm/utils/lit/lit/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = "Daniel Dunbar"
 __email__ = "[email protected]"
-__versioninfo__ = (18, 1, 6)
+__versioninfo__ = (18, 1, 7)
 __version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
 
 __all__ = []

@whentojump
Copy link
Member

Hi @tstellar are we planning to have one more 18.x release?

@tstellar
Copy link
Collaborator Author

@whentojump Yes, but I'm only going to accept critical fixes or regressions for this one.

@whentojump
Copy link
Member

Thanks for the info.

Will you please consider release/18.x...chapuni:llvm-project:release/18.x, which fixes an assertion violation? If so, I can do a PR.

cc @chapuni

@chapuni
Copy link
Contributor

chapuni commented May 31, 2024

@tstellar @whentojump They will make clang able to build and test clang itself with MC/DC instrumentation.
I really hope they could be pulled. Thank you.

@tstellar tstellar merged commit 1ce2d26 into llvm:release/18.x Jun 4, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

4 participants