Skip to content
Snippets Groups Projects
Commit d952a405 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add symbols injected by some builds with PGI compilers.

parent 0462efd0
Branches gitlab_ci
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if [ x"$lt_cv_nm_interface" = x"BSD nm" ]; then
# ignore symbols nagfor injects into our shared objects
/^${exp_sym_prefix}\(__NAGf90_\|f90_\)/b
# ignore symbols pgfortran/pgcc injects into our shared objects
/^${exp_sym_prefix}\(__get_xmmreg\|__pgdbg_stub\|__pgi_trace\|__set_xmmreg\|__pgi_data_section_start\)/b
/^${exp_sym_prefix}\(__get_xmmreg\|__pgdbg_stub\|__pgi_trace\|__set_xmmreg\|__pgi_data_section_start\|_mp_preinit\)/b
# skip symbols that conform to name prefix xt_
/^${exp_sym_prefix}_*[Xx][Tt]_/b
# also skip symbols mangled by asan
......
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