[Lldb-commits] [PATCH] D71797: Fix thread-step-out-ret-addr-check.test PT_GNU_STACK compilation on Windows
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Dec 21 04:23:17 PST 2019
jankratochvil marked an inline comment as done.
jankratochvil added inline comments.
================
Comment at: lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s:22
-#ifdef __linux__
.section .note.GNU-stack,"", at progbits
----------------
That was apparently a comment now. And OSX does not mind this section.
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