[all-commits] [llvm/llvm-project] b42b7c: [clang] Refactor target attribute mangling. (#81893)
Alexandros Lamprineas via All-commits
all-commits at lists.llvm.org
Wed Feb 28 09:50:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b42b7c8a123863d86db9abc8b6a1340b920f6573
https://github.com/llvm/llvm-project/commit/b42b7c8a123863d86db9abc8b6a1340b920f6573
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M clang/lib/CodeGen/ABIInfo.cpp
M clang/lib/CodeGen/ABIInfo.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/Targets/AArch64.cpp
Log Message:
-----------
[clang] Refactor target attribute mangling. (#81893)
Before this patch all of the 'target', 'target_version' and
'target_clones' attributes were sharing a common mangling logic across
different targets. However we would like to differenciate this logic,
therefore I have moved the default path to ABIInfo and provided
overrides for AArch64. This way we can resolve feature aliases without
affecting the name mangling. The PR #80540 demonstrates a motivating
case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list