This is an archive of the discontinued LLVM Phabricator instance.

[HIP, test] Fix use of undef FileCheck var
ClosedPublic

Authored by thopre on Apr 3 2021, 1:33 AM.

Details

Summary

Clang test CodeGenCUDA/kernel-stub-name.cu uses never defined DKERN
variable in a CHECK-NOT directive. This commit replace the variable by a
regex, thereby avoiding the issue.

Diff Detail

Event Timeline

thopre requested review of this revision.Apr 3 2021, 1:33 AM
thopre created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2021, 1:33 AM
yaxunl accepted this revision.Apr 4 2021, 6:11 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Apr 4 2021, 6:11 AM
This revision was automatically updated to reflect the committed changes.