[extract_symbols.py] Be more permissive when examining nm output
authorJohn Brawn <john.brawn@arm.com>
Mon, 13 Feb 2023 19:33:54 +0000 (19:33 +0000)
committerJohn Brawn <john.brawn@arm.com>
Mon, 13 Feb 2023 19:47:54 +0000 (19:47 +0000)
commite5d914672233cd055cda564eee2803a0a1c78c36
tree1f9cc2e08fb87eea3b5a2db2d3e5dd7356d75fcf
parent8f5d81585aa9261342d5304e460925916ea1f851
[extract_symbols.py] Be more permissive when examining nm output

The regex which checks for undefined symbols in the nm output was
written assuming GNU nm, but other versions of nm (e.g. llvm-nm) have
slightly different output. Make the regex more permissive to account
for this.
llvm/utils/extract_symbols.py