[clang] [llvm] [Clang][LLVM] Support for Fuchsia on ARM (PR #163848)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 16 11:54:36 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions h,cpp,c -- clang/lib/Basic/Targets.cpp clang/lib/Basic/Targets/ARM.cpp clang/lib/Driver/ToolChains/Arch/ARM.cpp clang/test/Driver/arm-abi.c clang/test/Driver/fuchsia.c llvm/include/llvm/IR/RuntimeLibcalls.h llvm/include/llvm/TargetParser/Triple.h llvm/lib/Target/ARM/ARMISelLowering.cpp llvm/lib/Target/ARM/ARMSubtarget.h llvm/lib/TargetParser/ARMTargetParser.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/TargetParser/Triple.h b/llvm/include/llvm/TargetParser/Triple.h
index 555533f9b..332c6eba7 100644
--- a/llvm/include/llvm/TargetParser/Triple.h
+++ b/llvm/include/llvm/TargetParser/Triple.h
@@ -935,8 +935,8 @@ public:
getEnvironment() == Triple::GNUEABIHF ||
getEnvironment() == Triple::GNUEABIHFT64 ||
getEnvironment() == Triple::OpenHOS ||
- getEnvironment() == Triple::MuslEABIHF ||
- isAndroid() || isOSFuchsia()) &&
+ getEnvironment() == Triple::MuslEABIHF || isAndroid() ||
+ isOSFuchsia()) &&
isOSBinFormatELF() && !isOSNetBSD();
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/163848
More information about the cfe-commits
mailing list