Skip to content

Commit fa149ac

Browse files
svs-quicparth-07
authored andcommitted
Generalize test check in TrampolineInfo.test
Signed-off-by: Sudharsan Veeravalli <svs@qti.qualcomm.com>
1 parent bcfd409 commit fa149ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Hexagon/Plugin/TrampolineInfo/TrampolineInfo.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN: %clang %clangopts -o %t1.1.o %p/Inputs/1.c -c -ffunction-sections
77
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
88
#END_TEST
99

10-
CHECK: Output section 'BAZ' has trampoline 'trampoline_for_bar_from_.text.baz_{{27|28}}' for target symbol 'bar'
10+
CHECK: Output section 'BAZ' has trampoline 'trampoline_for_bar_from_.text.baz_{{.*}}' for target symbol 'bar'
1111

1212

0 commit comments

Comments
 (0)