[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-26 Thread Simon Tatham via cfe-commits
https://github.com/statham-arm edited https://github.com/llvm/llvm-project/pull/128728 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-26 Thread Simon Tatham via cfe-commits
@@ -42,4 +42,8 @@ // RUN: %clang --target=armv7-linux -### -S %s 2>&1 | \ // RUN: FileCheck -check-prefix=ARMv7_THREAD_POINTER_NON %s -// ARMv7_THREAD_POINTER_NON-NOT: "-target-feature" "+read-tp-tpidruro" +// ARMv7_THREAD_POINTER_NON: "-target-feature" "+read-tp-tpidruro" ---

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-26 Thread Simon Tatham via cfe-commits
https://github.com/statham-arm commented: Would it be possible to modify the description of this PR so that it generates a commit message that explains the change on its own, without having to refer to a Github ticket containing a discussion? If I were writing this change, I'd write a commit m

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-25 Thread via cfe-commits
https://github.com/Zhenhang1213 updated https://github.com/llvm/llvm-project/pull/128728 >From 4ca0fa7f65901638ea5bae9ad00a76e1bb5f37c9 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 25 Feb 2025 01:24:24 +0800 Subject: [PATCH] [ARM] Aligned mtp behavior and gcc Fix #123864, resolved of the d

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-25 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 91c0aa5c1038ea9f4b1565b2f9894d5e8b10e85a 4ca0fa7f65901638ea5bae9ad00a76e1bb5f37c9 --e

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-25 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Austin (Zhenhang1213) Changes Fix #123864, resolved of the different form behavior of mtp --- Full diff: https://github.com/llvm/llvm-project/pull/128728.diff 5 Files Affected: - (modified) clang/include/clang/Driver/Options.td (+1-1)

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-25 Thread via cfe-commits
https://github.com/Zhenhang1213 updated https://github.com/llvm/llvm-project/pull/128728 >From 4ca0fa7f65901638ea5bae9ad00a76e1bb5f37c9 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 25 Feb 2025 01:24:24 +0800 Subject: [PATCH] [ARM] Aligned mtp behavior and gcc Fix #123864, resolved of the d

[clang] [ARM] Aligned mtp behavior and gcc (PR #128728)

2025-02-25 Thread via cfe-commits
https://github.com/Zhenhang1213 created https://github.com/llvm/llvm-project/pull/128728 Fix #123864, resolved of the different form behavior of mtp >From b021716e49c65206be8ceb24e26724183488caa6 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 25 Feb 2025 01:24:24 +0800 Subject: [PATCH] [ARM]