Skip to content

Commit 8b23c14

Browse files
[Clang] Drop Shell Requirements
These are basically synonymous with marking windows as an unsupported platform at this point and should be removed in favor of such annotations. Removing the remianing annotations which should further unblock removing the feature altogether now that everything minus compiler-rt is using the internal shell by default.
1 parent 792c65c commit 8b23c14

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

clang/test/ClangScanDeps/resource_directory.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: shell
2-
31
// RUN: rm -rf %t && mkdir %t
42
// RUN: cp %S/Inputs/resource_directory/* %t
53

clang/test/Driver/baremetal-multilib-custom-error.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# REQUIRES: shell
21
# UNSUPPORTED: system-windows
32

43
# RUN: %clang --multi-lib-config=%s -no-canonical-prefixes -print-multi-directory 2>&1 \

clang/test/Frontend/absolute-paths-symlinks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
// CHECK-SAME: error: unknown type name
1313
This do not compile
1414

15-
// REQUIRES: shell
1615
// Don't make symlinks on Windows.
1716
// UNSUPPORTED: system-windows

clang/test/Tooling/clang-check-pwd.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
// CHECK: a type specifier is required
1313
// CHECK: .foobar/test.cpp
1414
invalid;
15-
16-
// REQUIRES: shell

0 commit comments

Comments
 (0)