[PATCH] D37344: Fix debuginfo-tests with GDB on Linux

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 11:09:53 PDT 2017


aprantl added a comment.

Looks good except for the one inline comment.



================
Comment at: debuginfo-tests/asan-blocks.c:3
 // RUN: %test_debuginfo %s %t.out
+// REQUIRES: system-darwin
 // REQUIRES: not_asan
----------------
can you have more than one REQUIRES line or do you need to comma-separate the values?


https://reviews.llvm.org/D37344





More information about the llvm-commits mailing list