[all-commits] [llvm/llvm-project] 7b4832: NFCI. With the move to the new pass manager by def...
dyung via All-commits
all-commits at lists.llvm.org
Thu Feb 11 13:19:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b4832648a6339c798f1f72bbc88b1ee41e9a338
https://github.com/llvm/llvm-project/commit/7b4832648a6339c798f1f72bbc88b1ee41e9a338
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
A clang/test/CodeGen/sanitize-coverage-old-pm.c
M clang/test/CodeGen/sanitize-coverage.c
Log Message:
-----------
NFCI. With the move to the new pass manager by default, sanitize-coverage.c is now passing on ARM.
This change removes the XFAIL from the original test and duplicates the test into sanitize-coverage-old-pm.c
which uses the old pass manager and has the corresponding XFAIL.
This should fix the XPASS from this and similar runs:
http://lab.llvm.org:8011/#/builders/60/builds/1875
More information about the All-commits
mailing list