Skip to content
Snippets Groups Projects
Commit 1278a38b authored by Moritz Hanke's avatar Moritz Hanke
Browse files

ignore symbols introduced by gcov in test_exported_symbols

parent bc2610c5
No related branches found
No related tags found
1 merge request!4Gitlab ci
......@@ -44,6 +44,8 @@ if [ x"$lt_cv_nm_interface" = x"BSD nm" ]; then
/^${exp_sym_prefix}.*\\\$.*/b
# skip internal symbols for stubs created by xlf
/^${exp_sym_prefix}.*\\\*__xt.*/b
# skip symboles introduced by gcov
/^${exp_sym_prefix}__gcov_*/b
p
}")
if [ -n "$badsyms" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment