From: Adam Nemet Date: Tue, 27 Feb 2018 04:49:26 +0000 (+0000) Subject: Attempt to fix greendragon bot after r326141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88d94f25465b59868c5a4ae541e85df5ef741c9f;p=clang Attempt to fix greendragon bot after r326141 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326168 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/codeview-column-info.c b/test/Driver/codeview-column-info.c index 10451c98d0..6ff7449eff 100644 --- a/test/Driver/codeview-column-info.c +++ b/test/Driver/codeview-column-info.c @@ -1,3 +1,4 @@ +// REQUIRES: system-windows // Check that -dwarf-column-info does not get added to the cc1 line: // 1) When -gcodeview is present via the clang or clang++ driver // 2) When /Z7 is present via the cl driver.