Skip to content

Commit e576c5b

Browse files
committed
Fix an incorrect -show-graph command-line flag in COFF_comdat_weak_plus_strong.s test
The flag -show-graph has been renamed to -show-graphs in 01bdd8c
1 parent 6cd171d commit e576c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# RUN: not llvm-jitlink -noexec %t/COFF_main.o %t/COFF_weak_1.o %t/COFF_strong.o \
1010
# RUN: -slab-allocate 64Kb -slab-address 0xfff00000 \
11-
# RUN: -slab-page-size 4096 -show-graph 2>&1 | FileCheck %s
11+
# RUN: -slab-page-size 4096 -show-graphs=".*" 2>&1 | FileCheck %s
1212
#
1313
# Check that a combination of comdat any definition and strong definition
1414
# generate duplicate definition error.

0 commit comments

Comments
 (0)