diff options
| author | David Zarzycki <dave@znu.io> | 2019-11-23 14:44:53 +0200 |
|---|---|---|
| committer | David Zarzycki <dave@znu.io> | 2019-11-23 14:47:09 +0200 |
| commit | ed33cb5b147402c06a3e0a9082b0f991a9d91a1b (patch) | |
| tree | 7c425f4691812a7fcd2aa9e75f273c0ce584406f | |
| parent | 5d9a259ad592576571625b9eb6649acbebc85f30 (diff) | |
| download | bcm5719-llvm-ed33cb5b147402c06a3e0a9082b0f991a9d91a1b.tar.gz bcm5719-llvm-ed33cb5b147402c06a3e0a9082b0f991a9d91a1b.zip | |
[RISCV] Add missing REQUIRES to clang tests
Fixes: e0f22fe04a5c9eb244ff0533549743b7deb03b99
| -rw-r--r-- | clang/test/Driver/riscv32-toolchain-extra.c | 2 | ||||
| -rw-r--r-- | clang/test/Driver/riscv64-toolchain-extra.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/riscv32-toolchain-extra.c b/clang/test/Driver/riscv32-toolchain-extra.c index d07d0f199ae..a52972f6020 100644 --- a/clang/test/Driver/riscv32-toolchain-extra.c +++ b/clang/test/Driver/riscv32-toolchain-extra.c @@ -3,7 +3,7 @@ // The tests here are similar to those in riscv32-toolchain.c, however // these tests need to create symlinks to test directory trees in order to // set up the environment and therefore shell support is required. -// REQUIRES: shell +// REQUIRES: shell, riscv-registered-target // UNSUPPORTED: system-windows // If there is no GCC install detected then the driver searches for executables diff --git a/clang/test/Driver/riscv64-toolchain-extra.c b/clang/test/Driver/riscv64-toolchain-extra.c index 243adecc5ec..999b8c95fae 100644 --- a/clang/test/Driver/riscv64-toolchain-extra.c +++ b/clang/test/Driver/riscv64-toolchain-extra.c @@ -3,7 +3,7 @@ // The tests here are similar to those in riscv64-toolchain.c, however // these tests need to create symlinks to test directory trees in order to // set up the environment and therefore shell support is required. -// REQUIRES: shell +// REQUIRES: shell, riscv-registered-target // UNSUPPORTED: system-windows // If there is no GCC install detected then the driver searches for executables |

