mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
d10ca9deee5743dbb96632a92fe575ae73da4723
After the std::move operation the unique pointer is null. So this statement always returns a null pointer. Also remove unnecessary call to Module::ParseAllDebugSymbols(), which spews errors due to how it incorrectly tries to parse DWARF DIE types. llvm-svn: 248274
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%