[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

[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: [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] [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-commit

[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] [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: [Cl