[clang] cbf778a - Remove also Block-ABI-Apple.txt from the Makefile

2021-10-18 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-18T14:56:23+02:00 New Revision: cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6 URL: https://github.com/llvm/llvm-project/commit/cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6 DIFF: https://github.com/llvm/llvm-project/commit/cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6.dif

[clang] fd5e3f3 - Replace references to Makefile.sphinx

2021-10-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-22T15:32:12+02:00 New Revision: fd5e3f36f2186855966978c0e11b716277eee387 URL: https://github.com/llvm/llvm-project/commit/fd5e3f36f2186855966978c0e11b716277eee387 DIFF: https://github.com/llvm/llvm-project/commit/fd5e3f36f2186855966978c0e11b716277eee387.dif

[clang] a709787 - Add support of the next Ubuntu (Ubuntu 22.04 - Jammy Jellyfish)

2021-10-23 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-23T23:55:50+02:00 New Revision: a709787cd988aaca847995bd08cc9348c9c6c956 URL: https://github.com/llvm/llvm-project/commit/a709787cd988aaca847995bd08cc9348c9c6c956 DIFF: https://github.com/llvm/llvm-project/commit/a709787cd988aaca847995bd08cc9348c9c6c956.dif

[clang] fe611b1 - [clang] Move the soname declaration in a variable at the top of the file

2021-08-27 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-08-27T09:07:12+02:00 New Revision: fe611b1da84b9442c093739394d336af9e99c1a1 URL: https://github.com/llvm/llvm-project/commit/fe611b1da84b9442c093739394d336af9e99c1a1 DIFF: https://github.com/llvm/llvm-project/commit/fe611b1da84b9442c093739394d336af9e99c1a1.dif

[clang] 32b55f3 - Add support of the next Ubuntu (Ubuntu 25.04 - Plucky Puffin)

2024-10-17 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2024-10-17T21:32:20+02:00 New Revision: 32b55f375feaf6bcc2c870964a0bf087cf3c22bf URL: https://github.com/llvm/llvm-project/commit/32b55f375feaf6bcc2c870964a0bf087cf3c22bf DIFF: https://github.com/llvm/llvm-project/commit/32b55f375feaf6bcc2c870964a0bf087cf3c22bf.dif

[clang] 48adfaf - doc: remove trailing whitespaces

2024-10-29 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2024-10-29T08:05:33+01:00 New Revision: 48adfaf3b290d97260eabb53254de9ada313cd0e URL: https://github.com/llvm/llvm-project/commit/48adfaf3b290d97260eabb53254de9ada313cd0e DIFF: https://github.com/llvm/llvm-project/commit/48adfaf3b290d97260eabb53254de9ada313cd0e.dif

[clang] [flang] [llvm] [openmp] [flang][driver] rename flang-new to flang (PR #110023)

2024-10-31 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: @everythingfunctional with this change and install, we are installing flang with the -20 in the install dir: ` -- Installing: /build/source/debian/tmp/usr/lib/llvm-20/bin/flang-20 ` it should not be the case, it should be named `/usr/lib/llvm-20/bin/flang` to match what is don

[clang] [flang] [llvm] [openmp] [flang][driver] rename flang-new to flang (PR #110023)

2024-11-01 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: Did you try with a prefix and then ninja install? It has a different behavior between Clang and flang https://github.com/llvm/llvm-project/pull/110023 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-

[clang] [flang] [llvm] [openmp] [flang][driver] rename flang-new to flang (PR #110023)

2024-11-01 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: OK, bizarre. With apt.llvm.org, flang is the only one with the prefix (-20) in /usr/lib/llvm-20/bin/ https://github.com/llvm/llvm-project/pull/110023 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-b

[libclc] 2c98031 - Revert "[libclc] Create aliases with custom_command (#115885)"

2024-11-13 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2024-11-13T10:05:37+01:00 New Revision: 2c980310f67c13dd89c8702d40abeab47a4a2b4b URL: https://github.com/llvm/llvm-project/commit/2c980310f67c13dd89c8702d40abeab47a4a2b4b DIFF: https://github.com/llvm/llvm-project/commit/2c980310f67c13dd89c8702d40abeab47a4a2b4b.dif

[libclc] [libclc] Create aliases with custom_command (PR #115885)

2024-11-13 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: I reverted it in 2c980310f67c13dd89c8702d40abeab47a4a2b4b https://github.com/llvm/llvm-project/pull/115885 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] a1153cd - Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"

2024-11-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2024-11-21T13:04:30+01:00 New Revision: a1153cd6fedd4c906a9840987934ca4712e34cb2 URL: https://github.com/llvm/llvm-project/commit/a1153cd6fedd4c906a9840987934ca4712e34cb2 DIFF: https://github.com/llvm/llvm-project/commit/a1153cd6fedd4c906a9840987934ca4712e34cb2.dif

[clang] [clang-tools-extra] [NFC] Explicitly pass a VFS when creating DiagnosticsEngine (PR #115852)

2024-11-21 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: I had to revert this for causing this issue with lldb: https://github.com/llvm/llvm-project/issues/117145 https://github.com/llvm/llvm-project/pull/115852 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/

[libclc] [libclc] [cmake] Fix per-target *_convert.cl dependencies (PR #127315)

2025-02-15 Thread Sylvestre Ledru via cfe-commits
https://github.com/sylvestre edited https://github.com/llvm/llvm-project/pull/127315 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libclc] [libclc] [cmake] Fix per-target *_convert.cl dependencies (PR #127315)

2025-02-15 Thread Sylvestre Ledru via cfe-commits
https://github.com/sylvestre closed https://github.com/llvm/llvm-project/pull/127315 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libclc] [libclc] [cmake] Fix per-target *_convert.cl dependencies (PR #127315)

2025-02-15 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: I will merge it as it as it fixes https://github.com/llvm/llvm-project/issues/127378 and apt.llvm.org has been broken for a few days because of this This PR can be improved later. https://github.com/llvm/llvm-project/pull/127315 __

[clang] 112ffe7 - Add support of the next Ubuntu (Ubuntu 25.10 - Questing Quokka)

2025-04-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2025-04-22T11:50:58+02:00 New Revision: 112ffe7c621e8bf145c5c5926e36f3af9e0fd045 URL: https://github.com/llvm/llvm-project/commit/112ffe7c621e8bf145c5c5926e36f3af9e0fd045 DIFF: https://github.com/llvm/llvm-project/commit/112ffe7c621e8bf145c5c5926e36f3af9e0fd045.dif

[clang] [clang] Add support for Debian 14 Forky and Debian 15 Duke (PR #138460)

2025-05-04 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: please let me know i should merge it https://github.com/llvm/llvm-project/pull/138460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add support for Debian 14 Forky and Debian 15 Duke (PR #138460)

2025-05-04 Thread Sylvestre Ledru via cfe-commits
https://github.com/sylvestre approved this pull request. excellent, thanks! https://github.com/llvm/llvm-project/pull/138460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] clang-format: update of the doc wrt the Mozilla coding style (PR #140371)

2025-05-17 Thread Sylvestre Ledru via cfe-commits
https://github.com/sylvestre created https://github.com/llvm/llvm-project/pull/140371 + ride along about an old project >From 4185396b027ab073b6742dcb3d800c3eda9491df Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 17 May 2025 13:02:29 +0200 Subject: [PATCH 1/2] doc/Clang Related Pro

<    1   2   3