We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd171d commit e576c5bCopy full SHA for e576c5b
llvm/test/ExecutionEngine/JITLink/x86-64/COFF_comdat_weak_plus_strong.s
@@ -8,7 +8,7 @@
8
#
9
# RUN: not llvm-jitlink -noexec %t/COFF_main.o %t/COFF_weak_1.o %t/COFF_strong.o \
10
# RUN: -slab-allocate 64Kb -slab-address 0xfff00000 \
11
-# RUN: -slab-page-size 4096 -show-graph 2>&1 | FileCheck %s
+# RUN: -slab-page-size 4096 -show-graphs=".*" 2>&1 | FileCheck %s
12
13
# Check that a combination of comdat any definition and strong definition
14
# generate duplicate definition error.
0 commit comments