r368334 - [clang] add REQUIRES: linux to driver test case
Brian Cain via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 13:12:54 PDT 2019
Author: bcain
Date: Thu Aug 8 13:12:54 2019
New Revision: 368334
URL: http://llvm.org/viewvc/llvm-project?rev=368334&view=rev
Log:
[clang] add REQUIRES: linux to driver test case
The test case explicitly leverages linux, so should include it as
a test requirement.
Modified:
cfe/trunk/test/Driver/as-no-warnings.c
Modified: cfe/trunk/test/Driver/as-no-warnings.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/as-no-warnings.c?rev=368334&r1=368333&r2=368334&view=diff
==============================================================================
--- cfe/trunk/test/Driver/as-no-warnings.c (original)
+++ cfe/trunk/test/Driver/as-no-warnings.c Thu Aug 8 13:12:54 2019
@@ -7,6 +7,7 @@
// REQUIRES: clang-driver
// REQUIRES: x86-registered-target
+// REQUIRES: linux
// CHECK: "-cc1" {{.*}} "-massembler-no-warn"
// CHECK-NOIAS: "--no-warn"
More information about the cfe-commits
mailing list