[PATCH] D37344: Fix debuginfo-tests with GDB on Linux
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 11:16:34 PDT 2017
rnk added a comment.
Thanks!
================
Comment at: debuginfo-tests/asan-blocks.c:3
// RUN: %test_debuginfo %s %t.out
+// REQUIRES: system-darwin
// REQUIRES: not_asan
----------------
aprantl wrote:
> can you have more than one REQUIRES line or do you need to comma-separate the values?
Looks like I can do that.
BTW, it's probably worth shaving this yak. ASan and blocks are the two main users of complex dwarf expressions, so we really do want to get test coverage of them everwhere. I'll look into it.
https://reviews.llvm.org/D37344
More information about the llvm-commits
mailing list