[PATCH] D68166: [Clang][OpenMP Offload] Add new tool for wrapping offload device binaries
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 15:23:50 PDT 2019
thakis added a comment.
Out of interest (or ignorance :) ), why is this a separate binary instead of just part of the normal `clang` driver? C, C++, Objective-C, and assembly all can do with a single driver, yet the offload stuff now has both clang-offload-wrapper and clang-offload-bundler. Why isn't just `clang` enough?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68166/new/
https://reviews.llvm.org/D68166
More information about the cfe-commits
mailing list