[PATCH] D54605: [lld][ELF] Use SmallDenseSet::count instead of lots of logical "or" operators and add test coverage for "-z" flags.

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 15:53:27 PST 2018


kristina added a comment.

No regressions in ELF test suite and test runs just fine:

  => ninja check-lld-elf
  
  [0/1] Running lit suite /q/src/llvm-taint-8.0/tools/lld/test/ELF
  Testing Time: 9.32s
    Expected Passes    : 1054
    Unsupported Tests  : 332


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54605





More information about the llvm-commits mailing list