[llvm-branch-commits] [compiler-rt] release/19.x: [asan, test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40 (PR #101728)

2024-08-02 Thread Sam James via llvm-branch-commits

https://github.com/thesamesam approved this pull request.


https://github.com/llvm/llvm-project/pull/101728
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [lld] release/18.x: [ELF] Internalize enum (PR #83613)

2024-03-01 Thread Sam James via llvm-branch-commits

https://github.com/thesamesam approved this pull request.


https://github.com/llvm/llvm-project/pull/83613
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [llvm] release/18.x: [X86][Driver] Do not add `-evex512` for `-march=native` when the target doesn't support AVX512 (#91694) (PR #91705)

2024-05-13 Thread Sam James via llvm-branch-commits

thesamesam wrote:

@tstellar We've had a load of reports from this breaking compiles on machines 
without AVX512 for e.g. LibreOffice, Chromium. Could this be included in .6 
please?

https://github.com/llvm/llvm-project/pull/91705
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [clang] eb9440b - [Clang] [Doc] Explicitly note noreturn bug as a miscompilation

2023-02-22 Thread Sam James via llvm-branch-commits

Author: Sam James
Date: 2023-02-22T17:12:56Z
New Revision: eb9440b3d8b4cec060f8d41b3f0676c4afd9a6ea

URL: 
https://github.com/llvm/llvm-project/commit/eb9440b3d8b4cec060f8d41b3f0676c4afd9a6ea
DIFF: 
https://github.com/llvm/llvm-project/commit/eb9440b3d8b4cec060f8d41b3f0676c4afd9a6ea.diff

LOG: [Clang] [Doc] Explicitly note noreturn bug as a miscompilation

This is for 16.x.

Bug: https://github.com/llvm/llvm-project/issues/59792

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D144540

Added: 


Modified: 
clang/docs/ReleaseNotes.rst

Removed: 




diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 525be8e762693..f33c4c5375f37 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -765,7 +765,7 @@ Bug Fixes to Attribute Support
   a function pointer.
 
 - In C mode, when ``e1`` has ``__attribute__((noreturn))`` but ``e2`` doesn't,
-  ``(c ? e1 : e2)`` is no longer considered noreturn.
+  ``(c ? e1 : e2)`` is no longer considered noreturn, fixing a miscompilation.
   (`#59792 `_)
 
 - GNU attributes being applied prior to standard attributes would be handled



___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [compiler-rt] release/19.x: Undef _TIME_BITS along with _FILE_OFFSET_BITS (PR #112247)

2024-10-16 Thread Sam James via llvm-branch-commits

https://github.com/thesamesam approved this pull request.


https://github.com/llvm/llvm-project/pull/112247
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] [test] Fix using toolchains that rely on Clang default configs (#113491) (PR #114229)

2024-10-30 Thread Sam James via llvm-branch-commits

https://github.com/thesamesam approved this pull request.


https://github.com/llvm/llvm-project/pull/114229
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits