Create BSD archives by default on OS X.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Jul 2015 20:12:50 +0000 (20:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Jul 2015 20:12:50 +0000 (20:12 +0000)
commit377796abdf17caa54e84daa29925efe6e7679bdc
tree00a147a3fa12d818210713c89f9c64920a695a26
parent7c6ad33126df9ebbc66206b7882f336e6748202f
Create BSD archives by default on OS X.

They should probably be created on anything that is not windows or linux, but I will
test on freebsd before changing that.

With this it is possible to bootstrap with llvm-ar instead of ar+ranlib on OS X.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241849 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/archive-format.test
tools/llvm-ar/llvm-ar.cpp