[PATCH] D152391: [Clang] Allow bitcode linking when the input is LLVM-IR
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 7 12:09:44 PDT 2023
jhuber6 added a comment.
In D152391#4404106 <https://reviews.llvm.org/D152391#4404106>, @tra wrote:
>> clang in.bc -Xclang -mlink-builtin-bitcode -Xclang libdevice.10.bc
>
> If that's something we intend to expose to the user, should we consider promoting it to a top-level driver option?
I'm not sure, this probably wouldn't be relevant for non-compiler developers so I'm fine keeping it as an `-Xclang` workaround.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152391/new/
https://reviews.llvm.org/D152391
More information about the cfe-commits
mailing list