summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2019-10-02 05:24:24 +0000
committerRui Ueyama <ruiu@google.com>2019-10-02 05:24:24 +0000
commit64a362e7216a43e3ad44e50a89265e72aeb14294 (patch)
tree7f2a635a1ec440d5c6ec2ef24bf28c039202abfb /llvm/docs/CommandGuide
parent8d6a863b02f199960590973f06b4c4dd29df578f (diff)
downloadbcm5719-llvm-64a362e7216a43e3ad44e50a89265e72aeb14294.tar.gz
bcm5719-llvm-64a362e7216a43e3ad44e50a89265e72aeb14294.zip
[llvm-lib] Correctly handle .lib input files
If archive files are passed as input files, llvm-lib needs to append the members of the input archive files to the output file. This patch implements that behavior. This patch splits an existing function into smaller functions. Effectively, the new code is only `if (Magic == file_magic::archive) { ... }` part. Fixes https://bugs.llvm.org/show_bug.cgi?id=32674 Differential Revision: https://reviews.llvm.org/D68204 llvm-svn: 373424
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud