]> granicus.if.org Git - llvm/commit
The change to llvm-nm in r305733 added fields to the struct NMSymbol
authorKevin Enderby <enderby@apple.com>
Tue, 20 Jun 2017 00:41:04 +0000 (00:41 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 20 Jun 2017 00:41:04 +0000 (00:41 +0000)
commiteaf57f3d1d2abbaa3b560f85fd751ac8c5972c2b
tree7122ed779f459f0d7525f128ac813d9fa403f079
parent5a7b3305c54c6c9c0b44759b47b3bcf78c39e397
The change to llvm-nm in r305733 added fields to the struct NMSymbol
that are not set on the main path.  This diff does a memset to 0 the structs
so this change is to hopefully fix the sanitizer-x86_64-linux-fast bot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305762 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-nm/llvm-nm.cpp