r221332 - Mark darwin-debug-flags.c as REQUIRES:shell, due to quoting issue.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 4 21:04:00 PST 2014
Author: chapuni
Date: Tue Nov 4 23:04:00 2014
New Revision: 221332
URL: http://llvm.org/viewvc/llvm-project?rev=221332&view=rev
Log:
Mark darwin-debug-flags.c as REQUIRES:shell, due to quoting issue.
Modified:
cfe/trunk/test/Driver/darwin-debug-flags.c
Modified: cfe/trunk/test/Driver/darwin-debug-flags.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-debug-flags.c?rev=221332&r1=221331&r2=221332&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-debug-flags.c (original)
+++ cfe/trunk/test/Driver/darwin-debug-flags.c Tue Nov 4 23:04:00 2014
@@ -16,3 +16,6 @@ int x;
// S: "-dwarf-debug-flags"
// P: "-dwarf-debug-producer"
+
+// This depends on shell quoting.
+// REQUIRES: shell
More information about the cfe-commits
mailing list