[all-commits] [llvm/llvm-project] c38ef5: [AIX] llvm-link support big archive.
diggerlin via All-commits
all-commits at lists.llvm.org
Mon May 16 13:29:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c38ef550de81631641cb1485e0641d1d2227dce4
https://github.com/llvm/llvm-project/commit/c38ef550de81631641cb1485e0641d1d2227dce4
Author: zhijian <zhijian at ca.ibm.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/test/tools/llvm-link/archivell.ll
M llvm/tools/llvm-link/llvm-link.cpp
Log Message:
-----------
[AIX] llvm-link support big archive.
Summary:
Use object::Archive::create so that the returned archive object has a dynamic type of either Archive or BigArchive.
Reviewers: James Henderson,Fangrui Song
Differential Revision: https://reviews.llvm.org/D124940
More information about the All-commits
mailing list