[Openmp-commits] [PATCH] D45890: [OMPT] Add implementation and tests of Archer tool

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 22 06:32:50 PST 2019


protze.joachim marked 2 inline comments as done.
protze.joachim added a comment.

In D45890#1756465 <https://reviews.llvm.org/D45890#1756465>, @gribozavr2 wrote:

> The newly added tests fail on buildbots: http://lab.llvm.org:8011/builders/openmp-gcc-x86_64-linux-debian/builds/236
>
> Could you take a look? And please consider reverting in the meanwhile.


Several things:

- the tests rely on the availability of thread-sanitizer
- I disabled the tests for standalone builds (as in the specific build-bot)
- in a follow-up review, I'll enable the tests based on llvm-config information

- MOST important: we should make the sanitizers available in the build-bot


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45890/new/

https://reviews.llvm.org/D45890





More information about the Openmp-commits mailing list