[PATCH] D151152: [compiler-rt] Avoid memintrinsic calls inserted by the compiler
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 04:50:37 PDT 2023
mstorsjo added a comment.
In D151152#4402874 <https://reviews.llvm.org/D151152#4402874>, @melver wrote:
> Getting it to work on Windows (when built with Clang) would be nice, because ftrivial-auto-var-init is also available on Windows (AFAIK). But I've deferred for now, because it seems rather tricky (likely needs some changes to the inline asm?).
Yes, it seems like those kinds of symbol aliases don't quite work as expected/desired on COFF.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151152/new/
https://reviews.llvm.org/D151152
More information about the llvm-commits
mailing list