[PATCH] D104058: ThinLTO: Fix inline assembly references to static functions with CFI
Sami Tolvanen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 20 13:40:22 PDT 2021
samitolvanen added a comment.
In D104058#2891551 <https://reviews.llvm.org/D104058#2891551>, @morehouse wrote:
> This patch broke the sanitizer-windows bot: https://lab.llvm.org/buildbot/#/builders/127/builds/14257
>
> Failed Tests (4):
> cfi-devirt-lld-thinlto-x86_64 :: anon-namespace.cpp
> cfi-devirt-lld-thinlto-x86_64 :: simple-pass.cpp
> cfi-standalone-lld-thinlto-x86_64 :: anon-namespace.cpp
> cfi-standalone-lld-thinlto-x86_64 :: simple-pass.cpp
>
> Please revert or fix.
This should fix the -msvc targets: https://reviews.llvm.org/D106392
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104058/new/
https://reviews.llvm.org/D104058
More information about the cfe-commits
mailing list