[tests] fix PGO build testing

Adds 'mangle_path' to IGNORED_SYMBOLS
This commit is contained in:
insilications 2020-07-20 17:35:10 -03:00 committed by Ebrahim Byagowi
parent 024fc665da
commit 83c44f69d3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ libs = os.getenv ('libs', '.libs')
IGNORED_SYMBOLS = '|'.join(['_fini', '_init', '_fdata', '_ftext', '_fbss',
'__bss_start', '__bss_start__', '__bss_end__', '_edata', '_end', '_bss_end__',
'__end__', '__gcov_.*', 'llvm_.*', 'flush_fn_list', 'writeout_fn_list'])
'__end__', '__gcov_.*', 'llvm_.*', 'flush_fn_list', 'writeout_fn_list', 'mangle_path'])
nm = shutil.which ('nm')
if not nm: