[PATCH] D58234: [llvm-objcopy] Add --add-symbol
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 02:36:00 PST 2019
evgeny777 marked an inline comment as done.
evgeny777 added inline comments.
================
Comment at: tools/llvm-objcopy/CopyConfig.cpp:320
+ [&Type] { setTypeOnce(Type, ELF::STT_GNU_IFUNC); })
+ .CaseLower("debug", [] {})
+ .CasesLower("constructor", "warning", "indirect", "synthetic",
----------------
jhenderson wrote:
> Could this be folded in with the other ones below?
CasesLower supports up to 5 string parameters. Are you suggesting to add another variant which takes 6 ones?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58234/new/
https://reviews.llvm.org/D58234
More information about the llvm-commits
mailing list