[all-commits] [llvm/llvm-project] 45ca61: [clang] Use TargetInfo to decide Mangling for C (#...
Prabhuk via All-commits
all-commits at lists.llvm.org
Wed Mar 5 17:27:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ca613c135ea7b5fbc63bff003f20bf20f62081
https://github.com/llvm/llvm-project/commit/45ca613c135ea7b5fbc63bff003f20bf20f62081
Author: Prabhuk <prabhukr at google.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/AST/Mangle.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
[clang] Use TargetInfo to decide Mangling for C (#129920)
Instead of hardcoding the decision on what mangling scheme to use based
on targets, use TargetInfo to make the decision.
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