forked from OSchip/llvm-project
60a99f4964
Bundler currently requires host triple to be provided no matter if you are performing bundling or unbundling, but for unbundling operation such requirement is too restrictive. You may for example want to examine device part of the object for a particular offload target, but you have to extract host part as well even though you do not need it. Host triple isn't really needed for unbundling, so this patch removes that requirement. Differential Revision: https://reviews.llvm.org/D66601 llvm-svn: 370143 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ClangOffloadBundler.cpp |