Skip to content

Commit 378db5b

Browse files
Change segfault address in test
1 parent 592ab21 commit 378db5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-exegesis/X86/latency/subprocess-segfault.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -snippets-file=%s -execution-mode=subprocess | FileCheck %s
44

5-
# CHECK: error: The snippet crashed with signal Segmentation fault at address 10000
5+
# CHECK: error: The snippet crashed with signal Segmentation fault at address 10
66

7-
# LLVM-EXEGESIS-DEFREG RBX 10000
7+
# LLVM-EXEGESIS-DEFREG RBX 10
88
movq (%rbx), %rax

0 commit comments

Comments
 (0)