aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/IRObjectFile.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-11-18 01:40:20 +0000
committerEric Fiselier <eric@efcs.ca>2016-11-18 01:40:20 +0000
commit4b10f489fb700f396a4e2046bec7c69bb18603a9 (patch)
tree992c5cfee836c63123bd5487139726b90c7280ac /llvm/lib/Object/IRObjectFile.cpp
parent4497a28bd12888ea726a4d3bf26c6ddc04b6381b (diff)
downloadllvm-4b10f489fb700f396a4e2046bec7c69bb18603a9.zip
llvm-4b10f489fb700f396a4e2046bec7c69bb18603a9.tar.gz
llvm-4b10f489fb700f396a4e2046bec7c69bb18603a9.tar.bz2
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
Diffstat (limited to 'llvm/lib/Object/IRObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions