[PATCH] D65716: [ELF] Consistently priority non-* wildcards overs "*" in version scripts
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 04:57:21 PDT 2019
MaskRay updated this revision to Diff 213322.
MaskRay added a comment.
`for (SymbolVersion &ver : v.patterns)`
->
`for (SymbolVersion &pat : v.patterns)`
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65716/new/
https://reviews.llvm.org/D65716
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/ScriptParser.cpp
ELF/SymbolTable.cpp
ELF/Symbols.cpp
ELF/SyntheticSections.cpp
ELF/Writer.cpp
test/ELF/linkerscript/version-script.s
test/ELF/version-script-reassign-glob.s
test/ELF/version-script-reassign.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65716.213322.patch
Type: text/x-patch
Size: 14064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190805/cfc4b1c9/attachment.bin>
More information about the llvm-commits
mailing list