[clang] [clang] Refactor target attribute mangling. (PR #81893)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 10:23:54 PST 2024


erichkeane wrote:

> I wonder if this should be a part of the Targets in CodeGen instead of here?

Hrm, this is a bad idea as the rest of mangling is in AST, but having mangling outside of AST seems to be the problem here.  

https://github.com/llvm/llvm-project/pull/81893


More information about the cfe-commits mailing list