[PATCH] D126719: [clang-cl] Add support for /kernel
Stephen Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 10:39:47 PDT 2022
steplong added a comment.
In D126719#3548469 <https://reviews.llvm.org/D126719#3548469>, @thakis wrote:
> It also says `/kernel` is passed on to the linker.
Do you know how the linker distinguishes objects created by /kernel vs non-/kernel? At the moment, we are just using MSVC's linker to link separately instead of being invoked by the compiler
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126719/new/
https://reviews.llvm.org/D126719
More information about the cfe-commits
mailing list