[PATCH] D34448: bug33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals

Benoit Belley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 06:51:51 PDT 2017


belleyb added a comment.

I have run the entire LLVM & Clang regression test suite on OS X (both Debug & RelWithDebInfo) to ensure that no regressions were introduced.

Running the LLVM regression tests

- Testing: 21053 tests, 8 threads --

Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 155.41s

  Expected Passes    : 20177
  Expected Failures  : 135
  Unsupported Tests  : 741

Running the Clang regression tests

- Testing: 10814 tests, 8 threads --

Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 123.15s

  Expected Passes    : 10750
  Expected Failures  : 17
  Unsupported Tests  : 47


https://reviews.llvm.org/D34448





More information about the llvm-commits mailing list