[PATCH] D21930: [ELF] - Implement extern "c++" version script tag
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 09:26:57 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
Patch implements 'extern' version script tag.
Currently only values in quotes(") are supported.
According to Ian Lance Taylor article (http://www.airs.com/blog/archives/300),
matching of extern is performed as a second pass after exact match of globals.
Patch implements the same logic, also it is heavily relies on D21894 changes.
http://reviews.llvm.org/D21930
Files:
ELF/Config.h
ELF/SymbolListFile.cpp
ELF/SymbolTable.cpp
test/ELF/version-script-err.s
test/ELF/version-script-extern.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21930.62501.patch
Type: text/x-patch
Size: 10267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160701/460df036/attachment.bin>
More information about the llvm-commits
mailing list