[all-commits] [llvm/llvm-project] e5d914: [extract_symbols.py] Be more permissive when exami...
john-brawn-arm via All-commits
all-commits at lists.llvm.org
Mon Feb 13 11:48:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5d914672233cd055cda564eee2803a0a1c78c36
https://github.com/llvm/llvm-project/commit/e5d914672233cd055cda564eee2803a0a1c78c36
Author: John Brawn <john.brawn at arm.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M llvm/utils/extract_symbols.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list