-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'llvmorg-16.0.6' of https://github.com/llvm/llvm-project in…
…to llvm-16.x Tag 16.0.6 # -----BEGIN PGP SIGNATURE----- # # iQJIBAABCAAyFiEER04iMWq/R4WojG6OoseUqYZBnYoFAmSJKYsUHHRzdGVsbGFy # QHJlZGhhdC5jb20ACgkQoseUqYZBnYqrWg/9EOdz56cjWPwscqPfyWu1CFmDbb/B # sTrtH0Mh58eBKoEapikcDaEosCdf8hCEk1CXW4qrZ4MCnTzWxFHlcUkCW+nCSS93 # /gsYq0/V7s42M4J3jEFb7lhBFhzXskxY/9O3jBPhYO9jNHqejO67Uq191DaT39qV # oJTW4y+9uDrHnVBW6cKOqwnbM066Oq0xrjHLH5Yz0BGzA3V1Y+twnwC+vK2H40YI # ZezkvOn+BuSuYn1HbTNdlT9Hok4KemWMyX3PwI+W91P2OnhwlYtx1gphn/x+0GCQ # Yr9iyRtnqIC1CrZV5d0xPIpE6KBzrPiJWtE3V35t/OhNTJ+QmTf+n7abHjnRNImh # iolSUkoohkssgF7EFlV/PvSug5Emc+irX9JkYFkcIsM9PAaTSVxwkbMayigrt6ki # 0DjX0j0PuIDN8ZOQPTgnFkbTnbp5IKqe6ooqI7sXKbHZHbQ8iyTc+TF3kzH1R3A3 # vCX/Z0O71tgHZuAxR9y7ffT9uBwqLepvrNy8BS/HYWncNsTPhffvllrtpPV/agvw # iLlmRIFklLHmIFgzWRe/VkgRuqbR5v1MmZk8Zpvhjd53ShNuUro9TtnVtV5dFw8Z # 7ywlTEBeGQ49gJeEynDoxvMN4qmXa16/m6Y/kddZzHs1E+m74/WGAoZcmRVlRIK0 # 1U54ZGqdNvuxKmo= # =+wF+ # -----END PGP SIGNATURE----- # gpg: Signature made 2023/6/14 10:44:27 ̨±±±êʱ¼ä # gpg: using RSA key 474E22316ABF4785A88C6E8EA2C794A986419D8A # gpg: issuer "[email protected]" # gpg: Can't check signature: No public key
- Loading branch information
Showing
7 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# ensures that we test parsing of stub libraries that contain | ||
# windows line endings | ||
libstub.so text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
llvm_version_major = 16 | ||
llvm_version_minor = 0 | ||
llvm_version_patch = 5 | ||
llvm_version_patch = 6 | ||
llvm_version = "$llvm_version_major.$llvm_version_minor.$llvm_version_patch" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = 'Daniel Dunbar' | ||
__email__ = '[email protected]' | ||
__versioninfo__ = (16, 0, 5) | ||
__versioninfo__ = (16, 0, 6) | ||
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev' | ||
|
||
__all__ = [] |