lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s...
lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc). DenseMap::lookup(k) would return "default constructor value" when k was not met. It would be useless when value type were POD. llvm-svn: 141774
Loading
Please register or sign in to comment