[PATCH] D12579: AST: simplify handling of the mangling
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 2 17:06:03 PDT 2015
compnerd created this revision.
compnerd added reviewers: rafael, rnk.
compnerd added a subscriber: cfe-commits.
Simplify the mangling handling. This allows for the correct handling of extern
"C" symbols in C++ input. The observable difference with this simplification
that additional symbols are marked as naked (\01 prefix), namely asm
labels and redefine_extname.
http://reviews.llvm.org/D12579
Files:
lib/AST/Mangle.cpp
test/CodeGen/asm-label.c
test/CodeGen/mangle.c
test/CodeGen/pr9614.c
test/CodeGen/redefine_extname.c
test/CodeGenCXX/redefine_extname.cpp
test/CodeGenObjCXX/mangling.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12579.33884.patch
Type: text/x-patch
Size: 11037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150903/f91b2ca3/attachment-0001.bin>
More information about the cfe-commits
mailing list