From a7c19e4d402562f77cb59278b23e2c65f9d810fe Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Thu, 15 Aug 2019 20:31:47 +0000 Subject: [PATCH] Mark the test as unsupported on darwin, NFC. The bundler may fail on darwin, mark the test as not compatible. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369044 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/clang-offload-bundler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/clang-offload-bundler.c b/test/Driver/clang-offload-bundler.c index 71407987a2..4eea550eea 100644 --- a/test/Driver/clang-offload-bundler.c +++ b/test/Driver/clang-offload-bundler.c @@ -1,7 +1,7 @@ // REQUIRES: x86-registered-target // REQUIRES: powerpc-registered-target // REQUIRES: shell -// UNSUPPORTED: ms-sdk +// UNSUPPORTED: ms-sdk, darwin // // Generate all the types of files we can bundle. -- 2.50.1