[clang] Remove support for RenderScript (PR #112916)

2024-10-28 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman closed https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove support for RenderScript (PR #112916)

2024-10-28 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/112916 >From bb479e3a3d3b5181495fa5dc61ec61cb61b59b46 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 18 Oct 2024 10:40:06 -0400 Subject: [PATCH 1/3] Remove support for RenderScript See https://discourse

[clang] Remove support for RenderScript (PR #112916)

2024-10-28 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/112916 >From bb479e3a3d3b5181495fa5dc61ec61cb61b59b46 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 18 Oct 2024 10:40:06 -0400 Subject: [PATCH 1/2] Remove support for RenderScript See https://discourse

[clang] Remove support for RenderScript (PR #112916)

2024-10-22 Thread Stephen Hines via cfe-commits
https://github.com/stephenhines approved this pull request. Thank you for taking care of the cleanup CL. It is much appreciated. https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm

[clang] Remove support for RenderScript (PR #112916)

2024-10-20 Thread Timm Baeder via cfe-commits
tbaederr wrote: I think this reference should go as well: https://github.com/llvm/llvm-project/blob/main/clang/www/index.html#L20 ? https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/112916 >From bb479e3a3d3b5181495fa5dc61ec61cb61b59b46 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 18 Oct 2024 10:40:06 -0400 Subject: [PATCH 1/2] Remove support for RenderScript See https://discourse

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread via cfe-commits
https://github.com/pirama-arumuga-nainar approved this pull request. https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. LGTM once @pirama-arumuga-nainar is happy with it https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread via cfe-commits
cor3ntin wrote: Hey Aaron. Thanks for your contribution. We usually require a changelog for non-nfc changes. Can you add an entry to the release notes of clang? :clown_face: https://github.com/llvm/llvm-project/pull/112916 ___ cfe-commits mailing li

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-debuginfo @llvm/pr-subscribers-clang-driver @llvm/pr-subscribers-backend-arm Author: Aaron Ballman (AaronBallman) Changes See https://discourse.llvm.org/t/rfc-deprecate-and-eventually-remove-renderscript-support/81284 for the RFC --- Patch is 33.64 K

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: Aaron Ballman (AaronBallman) Changes See https://discourse.llvm.org/t/rfc-deprecate-and-eventually-remove-renderscript-support/81284 for the RFC --- Patch is 33.64 KiB, truncated to 20.00 KiB below, full version: https://gith

[clang] Remove support for RenderScript (PR #112916)

2024-10-18 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/112916 See https://discourse.llvm.org/t/rfc-deprecate-and-eventually-remove-renderscript-support/81284 for the RFC >From bb479e3a3d3b5181495fa5dc61ec61cb61b59b46 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Dat