summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-09-13 06:55:44 +0000
committerMartin Storsjo <martin@martin.st>2017-09-13 06:55:44 +0000
commitfb8eb6fce81e2f385de9b493f9cb352db572fb78 (patch)
treeda58cec35cff9021724df10551ed50373e9710d6 /llvm/lib/Transforms
parent6cab129464a853bfd05d568598b206e5c4b5ceaa (diff)
downloadbcm5719-llvm-fb8eb6fce81e2f385de9b493f9cb352db572fb78.tar.gz
bcm5719-llvm-fb8eb6fce81e2f385de9b493f9cb352db572fb78.zip
Use CMAKE_AR instead of the system default 'ar' for merging static libraries
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
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud