Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CMAKE_AR instead of the system default 'ar' for merging static libraries | Martin Storsjo | 2017-09-13 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | Using the system default 'ar' might not be the right choice when cross compiling. Don't prepend the ar options by a dash, not all ar implementations support that (llvm-ar doesn't). Also pass the 's' option when creating the merged library, to create an index. Differential Revision: https://reviews.llvm.org/D37134 llvm-svn: 313122 | ||||
* | libcxx: fix merge_archives error variable name | Martell Malone | 2017-09-12 | 1 | -1/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D37728 llvm-svn: 313084 | ||||
* | Handle object files named *.obj in merge_archives.py | Martin Storsjo | 2017-09-12 | 1 | -1/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D37133 llvm-svn: 313072 | ||||
* | Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a | Eric Fiselier | 2016-11-18 | 1 | -9/+20 |
| | | | | llvm-svn: 287373 | ||||
* | Make merge_archives.py executable | Eric Fiselier | 2016-11-18 | 1 | -0/+0 |
| | | | | llvm-svn: 287337 | ||||
* | Add merge_archives.py utility | Eric Fiselier | 2016-11-18 | 1 | -0/+119 |
llvm-svn: 287336 |