[PATCH] D98853: [test] Fix incorrect use of string variable use

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 05:19:50 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb79044391eb2: [test] Fix incorrect use of string variable use (authored by thopre).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98853/new/

https://reviews.llvm.org/D98853

Files:
  llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll


Index: llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll
===================================================================
--- llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll
+++ llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-thunk.ll
@@ -67,7 +67,7 @@
 
 attributes #0 = { "sign-return-address"="non-leaf" }
 
-; CHECK-NOT:        [[OUTLINED_FUNCTION_{{.*}}]]
+; CHECK-NOT:        OUTLINED_FUNCTION_{{.*}}
 ; CHECK-NOT:         .cfi_b_key_frame
 ; CHECK-NOT:         paci{{[a,b]}}sp
 ; CHECK-NOT:         hint #2{{[5,7]}}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98853.331526.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210318/b49ab831/attachment.bin>


More information about the llvm-commits mailing list