[all-commits] [llvm/llvm-project] 7867f4: [PDB] Remove a couple asserts that are no longer v...
topperc via All-commits
all-commits at lists.llvm.org
Sat May 2 17:31:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7867f4c15f7763fd8d39cc2ffdcc19c22f49550d
https://github.com/llvm/llvm-project/commit/7867f4c15f7763fd8d39cc2ffdcc19c22f49550d
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
Log Message:
-----------
[PDB] Remove a couple asserts that are no longer valid now that C13Builders does not use unique_ptr.
These asserts used to check that unique_ptr was not null.
This fixes failures from 7af4bb16417deeb1d01e7dbbbb2272f1f46753c6
More information about the All-commits
mailing list