[libcxx] When merging archives, build index even on Darwin
authorPetr Hosek <phosek@google.com>
Thu, 6 Feb 2020 03:42:18 +0000 (19:42 -0800)
committerPetr Hosek <phosek@google.com>
Mon, 2 Mar 2020 19:02:42 +0000 (11:02 -0800)
commit603acd9626704956c0cf90b18b746795962ddc93
treed8ff80f15fb14ec253565815b8ff5fe79cfbe89e
parent69d2b675562cfce71882023874b6aead94107f97
[libcxx] When merging archives, build index even on Darwin

We always want to build the table of contents. Additionally, we also
set the flag to make the output deterministic which is already the
default for llvm-ar.

Differential Revision: https://reviews.llvm.org/D74108
libcxx/utils/merge_archives.py