[clang] [Cygwin] Cygwin macro (PR #74973)

2024-04-02 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng closed https://github.com/llvm/llvm-project/pull/74973 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Cygwin] Cygwin macro (PR #74973)

2024-01-19 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng edited https://github.com/llvm/llvm-project/pull/74973 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Cygwin] Cygwin macro (PR #74973)

2024-01-04 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng edited https://github.com/llvm/llvm-project/pull/74973 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-31 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng updated https://github.com/llvm/llvm-project/pull/74973 From 29f213f8921c38ca8192aa32087e99771a0cfbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=8C=81=E6=81=92=20Xu=20Chiheng?= Date: Sun, 10 Dec 2023 14:04:36 +0800 Subject: [PATCH 1/2] 1 ---

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-10 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng edited https://github.com/llvm/llvm-project/pull/74973 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-10 Thread 徐持恒 Xu Chiheng via cfe-commits
xu-chiheng wrote: > Would you please add some tests about your changes? > > Also maybe it will be more useful to write some detailed descriptions, so > others can understand your code easily. Cheers! Does to solve any problem. https://github.com/llvm/llvm-project/pull/74973

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-10 Thread 徐持恒 Xu Chiheng via cfe-commits
xu-chiheng wrote: > Would you please add some tests about your changes? > > Also maybe it will be more useful to write some detailed descriptions, so > others can understand your code easily. Cheers! To keep aligned with Cygwin GCC https://github.com/llvm/llvm-project/pull/74973

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-10 Thread Yingchi Long via cfe-commits
https://github.com/inclyc commented: Would you please add some tests about your changes? Also maybe it will be more useful to write some detailed descriptions, so others can understand your code easily. Cheers! https://github.com/llvm/llvm-project/pull/74973

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-09 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng updated https://github.com/llvm/llvm-project/pull/74973 From 376c504e6a559be2b538291e066b1a67c05e5a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=8C=81=E6=81=92=20Xu=20Chiheng?= Date: Sun, 10 Dec 2023 14:04:36 +0800 Subject: [PATCH 1/2] 1 ---

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-09 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff b85f1f9b182234ba366d78ae2174a149e44d08c1 376c504e6a559be2b538291e066b1a67c05e5a82 --

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: 徐持恒 Xu Chiheng (xu-chiheng) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/74973.diff 3 Files Affected: - (modified) clang/lib/Basic/Targets/ARM.cpp (-2) - (modified) clang/lib/Basic/Targets/X86.cpp (+7-2) -

[clang] [Cygwin] Cygwin macro (PR #74973)

2023-12-09 Thread 徐持恒 Xu Chiheng via cfe-commits
https://github.com/xu-chiheng created https://github.com/llvm/llvm-project/pull/74973 None From 376c504e6a559be2b538291e066b1a67c05e5a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=8C=81=E6=81=92=20Xu=20Chiheng?= Date: Sun, 10 Dec 2023 14:04:36 +0800 Subject: [PATCH] 1 ---