Sfoglia il codice sorgente

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
Alexey Bataev 6 anni fa
parent
commit
a7c19e4d40
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/Driver/clang-offload-bundler.c

+ 1 - 1
test/Driver/clang-offload-bundler.c

@@ -1,7 +1,7 @@
 // REQUIRES: x86-registered-target
 // REQUIRES: x86-registered-target
 // REQUIRES: powerpc-registered-target
 // REQUIRES: powerpc-registered-target
 // REQUIRES: shell
 // REQUIRES: shell
-// UNSUPPORTED: ms-sdk
+// UNSUPPORTED: ms-sdk, darwin
 
 
 //
 //
 // Generate all the types of files we can bundle.
 // Generate all the types of files we can bundle.