Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the
authorDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 16:14:46 +0000 (16:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 16:14:46 +0000 (16:14 +0000)
commite5f1b2f527eeb6d8ae7563ba7eea2e7d475f391a
treeaaa78a2d50dabcb2f2dd0c99410f37b2b5f570ef
parent1c29357c521c6fa4824e173d0b5b7156dd4e8baf
Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the
llvm-ld shell wrapper script in the archive, not the relinked object!

Also, rename the temp file to avoid conflicts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80373 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules