[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay closed https://github.com/llvm/llvm-project/pull/103046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread Fangrui Song via cfe-commits
MaskRay wrote: This patch seems personal learning notes and should not be uploaded. You can share your learning notes in other sites. https://github.com/llvm/llvm-project/pull/103046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://list

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
https://github.com/cratelschen updated https://github.com/llvm/llvm-project/pull/103046 >From b547df47fd2e85c08e3d0c0e86a124abc162a8d7 Mon Sep 17 00:00:00 2001 From: chenshuang Date: Tue, 13 Aug 2024 19:04:18 +0800 Subject: [PATCH 1/3] add comment: driver.cpp --- clang/tools/driver/driver.cpp

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
https://github.com/cratelschen updated https://github.com/llvm/llvm-project/pull/103046 >From b547df47fd2e85c08e3d0c0e86a124abc162a8d7 Mon Sep 17 00:00:00 2001 From: chenshuang Date: Tue, 13 Aug 2024 19:04:18 +0800 Subject: [PATCH 1/2] add comment: driver.cpp --- clang/tools/driver/driver.cpp

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread Yanzuo Liu via cfe-commits
https://github.com/zwuis edited https://github.com/llvm/llvm-project/pull/103046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: cratelschen (cratelschen) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/103046.diff 3 Files Affected: - (modified) clang/tools/driver/driver.cpp (+13-9) - (modified) llvm/include/llvm/Support/TargetSelect.h (+102-96

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Author: cratelschen (cratelschen) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/103046.diff 3 Files Affected: - (modified) clang/tools/driver/driver.cpp (+13-9) - (modified) llvm/include/llvm/Support/TargetSelect.h (

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [llvm] add comment (PR #103046)

2024-08-13 Thread via cfe-commits
https://github.com/cratelschen created https://github.com/llvm/llvm-project/pull/103046 None >From b547df47fd2e85c08e3d0c0e86a124abc162a8d7 Mon Sep 17 00:00:00 2001 From: chenshuang Date: Tue, 13 Aug 2024 19:04:18 +0800 Subject: [PATCH] add comment: driver.cpp --- clang/tools/driver/driver.c