[PATCH] D54605: [lld][ELF] Add negative test coverage for unknown "-z" flags.
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 16 06:32:07 PST 2018
joerg added a comment.
Well, I do like the general idea. I would go with a sorted static array and a binary search though. This is not really time critical, but the array version would be smaller in terms of code without involving run-time allocations.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D54605
More information about the llvm-commits
mailing list