[PATCH] D99898: [clang, test] Fix use of undef FileCheck var
Sanjay Patel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 6 05:37:17 PDT 2021
spatel added inline comments.
================
Comment at: clang/test/CodeGen/libcalls.c:127
// CHECK-NO-DAG: attributes [[NUW_RN]] = { nounwind readnone{{.*}} }
+// CHECK-YES-NOT: attributes [[NUW_RN]] = { nounwind readnone{{.*}} }
// CHECK-NO-DAG: attributes [[NUW_RNI]] = { nofree nosync nounwind readnone speculatable willreturn }
----------------
Can we use a positive CHECK for the expected attributes instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99898/new/
https://reviews.llvm.org/D99898
More information about the cfe-commits
mailing list