Skip to content

Commit d87d24b

Browse files
authored
Fix: LLVM.LLVM version 18.1.5 (microsoft#199777)
1 parent dc0eb34 commit d87d24b

File tree

3 files changed

+13
-22
lines changed

3 files changed

+13
-22
lines changed

manifests/l/LLVM/LLVM/18.1.5/LLVM.LLVM.locale.de-DE.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Tags:
3030
- objective-c
3131
- werkzeugkette
3232
# ReleaseNotes:
33-
ReleaseNotesUrl: https://discourse.llvm.org/t/llvm-17-0-6-released/75281
33+
ReleaseNotesUrl: https://discourse.llvm.org/t/18-1-5-released/78740
3434
# PurchaseUrl:
3535
# InstallationNotes:
3636
Documentations:

manifests/l/LLVM/LLVM/18.1.5/LLVM.LLVM.locale.en-US.yaml

+11-20
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,17 @@ Tags:
3030
- objective-c
3131
- toolchain
3232
ReleaseNotes: |-
33-
This was a smaller release and contains a bunch of fixes all over the source tree:
34-
- Tobias Hieta: Revert “[runtimes] Add missing test dependencies to check-all (#72955)” (6009708b4367)
35-
- Brad Smith: [Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788) (04caadc61fa2)
36-
- Georgios Eleftheriou: eliminate python SyntaxWarnings from check-all output. (e919a83f96fe)
37-
- Owen Pan: [clang-format] Fix crashes in AlignArrayOfStructures (#72520) (f6c231c15ec8)
38-
- Tulio Magno Quites Machado Filho: [clang] Fix sorting module headers (#73146) (f74f3e6f58d3)
39-
- Lang Hames: [JITLink][aarch32] Change writeRegister’s return type to void. (7e30ce9528d9)
40-
- Brad Smith: [CMake] Support building shared library for NetBSD (03373fd9cb6c)
41-
- Tom Stellard: workflows/release-binaries: Do a preliminary build to fill ccache (#72576) (21af3b62b632)
42-
- Shao-Ce SUN: Add RV64 constraint to SRLIW (#69416) (201faeca595e)
43-
- Tom Stellard: [runtimes] Add missing test dependencies to check-all (#72955) (e957e6dcb29d)
44-
- Owen Pan: [clang-format] Fix a bug in aligning comments above PPDirective (#72791) (f8575ff46f89)
45-
- Nathan Ridge: [clangd] Avoid null result in FindRecordTypeAt() (a71237b9f67f)
46-
- Tobias Hieta: Bump version to 17.0.6 (308c816de5a4)
47-
- Utkarsh Saxena: remove tests from bad merge (442401f7c0ca)
48-
- Utkarsh Saxena: Use the correct namespace for looking up matching operator!= (#68922) (76c7e0e1e2d1)
49-
- Ilya Biryukov: [libc++] Use correct size for deallocation of arrays in shared_ptr (#68233) (b5cbb35408a3)
50-
- Arthur Eubanks: Revert “Reland [clang] Canonicalize system headers in dependency file when -canonical-prefixes” (#71697) (e6de86cb9ef8)
51-
- YAMAMOTO Takashi: [clang][WebAssembly] Link crt1 even in case of -shared (bb66d8f8f73b)
52-
ReleaseNotesUrl: https://discourse.llvm.org/t/llvm-17-0-6-released/75281
33+
- Fixed an incorrect type inference during RISC-V instruction selection, which causes an assertion failure when trying to fold selects into their operands.
34+
- Fixes a X86 bug introduced during LLVM18, which crashes when compiling some bit vector with AVX512.
35+
- Fixes a Clang assertion failure caused by emitting gap coverage mapping regions between statements with <invalid sloc>.
36+
- Fixed an issue with the counted_by attribute on a flexible array member in an inner struct.
37+
- Fix an issue in previous dot releases, with a critical slowdown on analyzing code hashing or doing many array accesses. This bug did not affect previous major releases. See the details at issue #89045.
38+
- Restores clang-format behavior that always breaks before a stream insertion operator (<<) when both operands are string literals.
39+
- Fixes clang-format regressions in annotating initialization list braces and trailing return type arrow, and breaking after the block comment before a function argument.
40+
- Fixed a crash in security.cert.env.InvalidPtr checker when accidentally
41+
matched user-defined strerror and similar library functions.
42+
(#88181 <https://github.com/llvm/llvm-project/issues/88181>_)
43+
ReleaseNotesUrl: https://discourse.llvm.org/t/18-1-5-released/78740
5344
# PurchaseUrl:
5445
# InstallationNotes:
5546
Documentations:

manifests/l/LLVM/LLVM/18.1.5/LLVM.LLVM.locale.zh-CN.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Tags:
3030
- 编译
3131
- 编译器
3232
# ReleaseNotes:
33-
ReleaseNotesUrl: https://discourse.llvm.org/t/llvm-17-0-6-released/75281
33+
ReleaseNotesUrl: https://discourse.llvm.org/t/18-1-5-released/78740
3434
# PurchaseUrl:
3535
# InstallationNotes:
3636
Documentations:

0 commit comments

Comments
 (0)