[PATCH] D117440: [BOLT][TEST] Update exceptions-instrumentation.test

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 11:18:18 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG90ada97f365f: [BOLT][TEST] Update exceptions-instrumentation.test (authored by Amir).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117440

Files:
  bolt/test/runtime/X86/exceptions-instrumentation.test


Index: bolt/test/runtime/X86/exceptions-instrumentation.test
===================================================================
--- bolt/test/runtime/X86/exceptions-instrumentation.test
+++ bolt/test/runtime/X86/exceptions-instrumentation.test
@@ -18,4 +18,4 @@
 
 RUN: cat %t.fdata | FileCheck --check-prefix=EXCEPTIONS-FDATA %s
 # Check that the printf "catch" ran exactly 10 times
-EXCEPTIONS-FDATA: 1 main 90 1 _Znwm at PLT 0 0 10
+EXCEPTIONS-FDATA: 1 main {{.*}} 1 _Znwm at PLT 0 0 10


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117440.400921.patch
Type: text/x-patch
Size: 485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220118/8cbcf0ff/attachment.bin>


More information about the llvm-commits mailing list