[PATCH] D129258: [clang-offload-bundler][NFC] Library-ize ClangOffloadBundler (4/4)
Jacob Lambert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 7 00:53:22 PDT 2022
lamb-j created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
lamb-j requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
Lifting the core functionalities of the clang-offload-bundler into a
user-facing library/API.
This NFC patch (4/4) moves the API files from
clang/tools/clang-offload-bundler into clang/lib/Driver and
clang/include/clang/Driver.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129258
Files:
clang/include/clang/Driver/OffloadBundler.h
clang/lib/Driver/CMakeLists.txt
clang/lib/Driver/OffloadBundler.cpp
clang/tools/clang-offload-bundler/CMakeLists.txt
clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
clang/tools/clang-offload-bundler/OffloadBundler.cpp
clang/tools/clang-offload-bundler/OffloadBundler.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129258.442808.patch
Type: text/x-patch
Size: 6704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220707/b6cfe6bf/attachment-0001.bin>
More information about the cfe-commits
mailing list