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 01bdd8cffcaf97636b5fb6ee4933e62c872528d3
This commit is contained in:
Haojian Wu 2025-01-03 15:13:48 +01:00
parent 6cd171dc33
commit e576c5bed7

View File

@ -8,7 +8,7 @@
#
# RUN: not llvm-jitlink -noexec %t/COFF_main.o %t/COFF_weak_1.o %t/COFF_strong.o \
# RUN: -slab-allocate 64Kb -slab-address 0xfff00000 \
# RUN: -slab-page-size 4096 -show-graph 2>&1 | FileCheck %s
# RUN: -slab-page-size 4096 -show-graphs=".*" 2>&1 | FileCheck %s
#
# Check that a combination of comdat any definition and strong definition
# generate duplicate definition error.