[PATCH] D93525: [OpenMP] Add unbundling of archives containing bundled object files into device specific archives
Saiyedul Islam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 18 01:51:31 PST 2020
saiislam created this revision.
saiislam added reviewers: grokos, hfinkel, jdoerfert, JonChesterfield, ronlieb, ABataev, mdtoguchi, kbobrovs, sdmitriev, gregrodgers, kkwli0, dreachem, Tyker, jsjodin.
saiislam requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch adds the file type "a", which together with the --unbundle flag, unbundles
an archive of bundled object files into an archive containing the device-specific code.
Example:
clang-offload-bundler --unbundle --inputs=libMyLib.a -type=a
-outputs=libMyDeviceLib.a -targets=openmp-amdgcn-amdhsa-gfx906
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93525
Files:
clang/test/Driver/clang-offload-bundler.c
clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93525.312724.patch
Type: text/x-patch
Size: 14883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201218/8f31b916/attachment.bin>
More information about the cfe-commits
mailing list