commit | 4b10f489fb700f396a4e2046bec7c69bb18603a9 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Fri Nov 18 01:40:20 2016 |
committer | Eric Fiselier <[email protected]> | Fri Nov 18 01:40:20 2016 |
tree | 992c5cfee836c63123bd5487139726b90c7280ac | |
parent | 4497a28bd12888ea726a4d3bf26c6ddc04b6381b [diff] |
Change sym_check to filter non-stdlib symbols. Currently sym_check almost all names found in the binary, including those which are defined in other libraries. This makes our ABI lists harder to maintain. This patch adds a --only-stdlib-symbols option to sym_check which removes all symbols which aren't possibly provided by libc++. It also re-generates the linux ABI list after making this change. llvm-svn: 287294