[Lldb-commits] [PATCH] D71797: Fix thread-step-out-ret-addr-check.test PT_GNU_STACK compilation on Windows
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Dec 21 04:32:17 PST 2019
labath added a comment.
I already fixed the compilation error in rGce3ce9f <https://reviews.llvm.org/rGce3ce9f46404688cc2d95f794799c8f834630905>, but it does not seem to be enough.. I guess the test will need to be re-disabled on windows. (My vague knowledge of windows tells me that the `nonstandard_stub` symbol might not make it into the final executable.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71797/new/
https://reviews.llvm.org/D71797
More information about the lldb-commits
mailing list