Comment 8 for bug 1488254

Revision history for this message
In , Lighttpd-2 (lighttpd-2) wrote :

Created attachment 14852
first attempt to add abi_tag support

As debian testing now moved to the new gcc abi and I still want to be able to use clang I tried patching it myself.

Certainly not perfect, and you'll notice some places where I am uncertain whether abi tags need to be emitted in the name mangling, and I wasn't able to get the NamedDecl pointer for the emitted identifier.

Patch was created against http://llvm.org/svn/llvm-project/cfe/trunk 246931.