[PATCH] D79628: [Clang][Driver] Add Bounds and Thread to SupportsCoverage list
Vlad Vereschaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 27 14:10:21 PDT 2020
vvereschaka added a comment.
Hi Marco,
the Clang sanitize-coverage.c test gets crashed on Windows platform for armv7 target:
- FAIL: Clang::sanitize-coverage.c
# command stderr:
Pass 'Run-time bounds checking' is not initialized.
Verify if there is a pass dependency cycle.
Required Passes:
Target Library Information
...
see more details here: http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/7561/steps/test-check-clang/logs/FAIL%3A%20Clang%3A%3Asanitize-coverage.c
The first failed build: http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/7561
Would you take care of it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79628/new/
https://reviews.llvm.org/D79628
More information about the cfe-commits
mailing list