[PATCH] D93347: [Test] Fix undef var in attr-speculative-load-hardening.c
Thomas Preud'homme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 17 12:12:23 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2426b1fa66f9: [Test] Fix undef var in attr-speculative-load-hardening.c (authored by thopre).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93347/new/
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{{.*}} }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93347.331339.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210317/b6ded417/attachment.bin>
More information about the cfe-commits
mailing list