[all-commits] [llvm/llvm-project] 78f13e: [extract_symbols.py] Adjust how the output of nm i...
john-brawn-arm via All-commits
all-commits at lists.llvm.org
Fri Feb 10 07:56:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78f13ea093afdebcaa3b5c5690530b9217bbdfac
https://github.com/llvm/llvm-project/commit/78f13ea093afdebcaa3b5c5690530b9217bbdfac
Author: John Brawn <john.brawn at arm.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/utils/extract_symbols.py
Log Message:
-----------
[extract_symbols.py] Adjust how the output of nm is interpreted
When looking for defined symbols, look for symbols that aren't of a
type that we don't want, instead of having specific list of symbol
types that we do want. This fixes a problem where (when using GNU
nm at least) there were some symbol types that we want to export but
which weren't in the list.
More information about the All-commits
mailing list