================
@@ -472,10 +472,10 @@ Archive::Child::Child(const Archive *Parent, const char *Start, Error *Err)
return;
}
+ assert(Parent && "Parent can't be nullptr if Start is not a nullptr");
----------------
apach301 wrote:
Done
https://github.com/llvm/llvm-project/pull/157460