Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
In the future, such customizations can be done via configuration files (https://blogs.gentoo.org/mgorny/2022/10/07/clang-in-gentoo-now-sets-default-runtimes-via-config-file/).
I know driver logic is sometimes more convenient and you may want "first-class support" and I do not object.
Comment Actions
Shall we only apply this when CPU targeted is either generic or cortex-a53 akin to https://github.com/llvm/llvm-project/blob/b5d5813762b57a8b086ad485ec6e7e06f137fdcf/clang/lib/Driver/ToolChains/Fuchsia.cpp#L93?