[llvm] e576c5b - Fix an incorrect -show-graph command-line flag in COFF_comdat_weak_plus_strong.s test

Haojian Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 06:18:46 PST 2025


Author: Haojian Wu
Date: 2025-01-03T15:17:50+01:00
New Revision: e576c5bed79f8a9528391756c8475cc3a6276adf

URL: https://github.com/llvm/llvm-project/commit/e576c5bed79f8a9528391756c8475cc3a6276adf
DIFF: https://github.com/llvm/llvm-project/commit/e576c5bed79f8a9528391756c8475cc3a6276adf.diff

LOG: 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s b/llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s
index 2754855e428e04..01aac02f5286e9 100644
--- a/llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s
+++ b/llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s
@@ -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.


        


More information about the llvm-commits mailing list