1
Fork 0

Fix review comments

This commit is contained in:
bjorn3 2024-07-07 17:07:36 +00:00
parent 72223e205d
commit cd3f2f68c0
2 changed files with 6 additions and 1 deletions

View file

@ -292,7 +292,7 @@ impl<'a> ArArchiveBuilder<'a> {
&entries,
archive_kind,
false,
self.sess.target.arch == "arm64ec",
/* is_ec = */ self.sess.target.arch == "arm64ec",
)?;
let any_entries = !entries.is_empty();