[all-commits] [llvm/llvm-project] 6f54a5: [FMV] Remove duplicate features from mangled name....
Alexandros Lamprineas via All-commits
all-commits at lists.llvm.org
Thu Mar 7 02:33:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f54a54c6f5f644b4f4c79882154fd9737568c8e
https://github.com/llvm/llvm-project/commit/6f54a54c6f5f644b4f4c79882154fd9737568c8e
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M clang/lib/CodeGen/Targets/AArch64.cpp
M clang/test/CodeGen/attr-target-version.c
Log Message:
-----------
[FMV] Remove duplicate features from mangled name. (#84165)
ACLE suggests: https://github.com/ARM-software/acle/pull/308. GCC emits
diagnostics for attribute strings which contain duplicate features, but
for now let's follow the SPEC in regards to mangling rules and we can
change the semantic behavior of the compiler later if there's value to
it.
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