thopre created this revision. thopre added reviewers: zbrid, chandlerc, EricWF. thopre requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Fix use of undefined variable in CHECK-NOT directive in clang test CodeGen/attr-speculative-load-hardening.c. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D93347 Files: clang/test/CodeGen/attr-speculative-load-hardening.c Index: clang/test/CodeGen/attr-speculative-load-hardening.c =================================================================== --- clang/test/CodeGen/attr-speculative-load-hardening.c +++ clang/test/CodeGen/attr-speculative-load-hardening.c @@ -12,4 +12,4 @@ // NOSLH: @{{.*}}test1{{.*}}[[NOSLH:#[0-9]+]] -// NOSLH-NOT: attributes [[SLH]] = { {{.*}}speculative_load_hardening{{.*}} } +// NOSLH-NOT: attributes [[NOSLH]] = { {{.*}}speculative_load_hardening{{.*}} }
Index: clang/test/CodeGen/attr-speculative-load-hardening.c =================================================================== --- clang/test/CodeGen/attr-speculative-load-hardening.c +++ clang/test/CodeGen/attr-speculative-load-hardening.c @@ -12,4 +12,4 @@ // NOSLH: @{{.*}}test1{{.*}}[[NOSLH:#[0-9]+]] -// NOSLH-NOT: attributes [[SLH]] = { {{.*}}speculative_load_hardening{{.*}} } +// NOSLH-NOT: attributes [[NOSLH]] = { {{.*}}speculative_load_hardening{{.*}} }
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits