diff options
author | Aaron En Ye Shi <enye.shi@gmail.com> | 2020-05-27 18:49:25 +0000 |
---|---|---|
committer | Aaron En Ye Shi <enye.shi@gmail.com> | 2020-06-22 19:48:49 +0000 |
commit | 4bafb0adcf38cf268208ea58eb7e11402d5632e2 (patch) | |
tree | 30dcf606c2479358a331fa6324696eac48719b26 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 77df5a8283edbfc33ad3b12df3bd42d54d7ba4f4 (diff) | |
download | llvm-4bafb0adcf38cf268208ea58eb7e11402d5632e2.zip llvm-4bafb0adcf38cf268208ea58eb7e11402d5632e2.tar.gz llvm-4bafb0adcf38cf268208ea58eb7e11402d5632e2.tar.bz2 |
Add Statically Linked Libraries
Add GNU Static Lib Tool, which supports the --emit-static-lib
flag. For HIP, a static library archive will be created and
consist of HIP Fat Binary host object with the device images embedded.
Using llvm-ar to create the static archive. Also, delete existing
output file to ensure a new archive is created each time.
Reviewers: yaxunl, tra, rjmccall, echristo
Subscribers: echristo, JonChesterfield, scchan, msearles
Differential Revision: https://reviews.llvm.org/D78759
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions