[all-commits] [llvm/llvm-project] e81ef4: [FMV] Use lexicographic order of feature names whe...
Alexandros Lamprineas via All-commits
all-commits at lists.llvm.org
Fri Mar 1 01:10:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e81ef463f10851bfbcd56a4f3450821f1e7c862f
https://github.com/llvm/llvm-project/commit/e81ef463f10851bfbcd56a4f3450821f1e7c862f
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M clang/lib/CodeGen/Targets/AArch64.cpp
M clang/test/CodeGen/attr-target-clones-aarch64.c
M clang/test/CodeGen/attr-target-version.c
M clang/test/CodeGenCXX/attr-target-clones-aarch64.cpp
M clang/test/CodeGenCXX/attr-target-version.cpp
Log Message:
-----------
[FMV] Use lexicographic order of feature names when mangling. (#83464)
This decouples feature priorities from name mangling. Doing so will
prevent ABI breakages in case we change the feature priorities.
Formalized in ACLE here: https://github.com/ARM-software/acle/pull/303.
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