We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfd409 commit fa149acCopy full SHA for fa149ac
1 file changed
test/Hexagon/Plugin/TrampolineInfo/TrampolineInfo.test
@@ -7,6 +7,6 @@ RUN: %clang %clangopts -o %t1.1.o %p/Inputs/1.c -c -ffunction-sections
7
RUN: %link %emulation %linkopts -o %t1.1.out %t1.1.o -T %p/Inputs/script.t -L%libsdir/test --plugin-config %p/Inputs/PluginConfig.yaml 2>&1 | %filecheck %s
8
#END_TEST
9
10
-CHECK: Output section 'BAZ' has trampoline 'trampoline_for_bar_from_.text.baz_{{27|28}}' for target symbol 'bar'
+CHECK: Output section 'BAZ' has trampoline 'trampoline_for_bar_from_.text.baz_{{.*}}' for target symbol 'bar'
11
12
0 commit comments