[all-commits] [llvm/llvm-project] 3b7104: Fix a test case that should check whether or not i...
Conanap via All-commits
all-commits at lists.llvm.org
Thu Feb 25 07:32:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7104a2f2033d100aebb605c46fbe0495ea320b
https://github.com/llvm/llvm-project/commit/3b7104a2f2033d100aebb605c46fbe0495ea320b
Author: Albion Fung <conanap at lep82435v.canlab.ibm.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M clang/test/Driver/hip-sanitize-options.hip
Log Message:
-----------
Fix a test case that should check whether or not it is passed into lld
This test case was causing a PowerPC buildbot to fail as it happened to
be named lld-multistage,
which matches with the original regex and therefore fails the check-not.
This should better represent the desired check.
Differential Revision: https://reviews.llvm.org/D97423
More information about the All-commits
mailing list