[compiler-rt] 85e1443 - [profile] Mark gcov test as unsupported on Darwin.

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 10:44:29 PDT 2020


Author: Amara Emerson
Date: 2020-07-04T10:41:27-07:00
New Revision: 85e144329cffde852851c1bf73dd70e6a941f6ea

URL: https://github.com/llvm/llvm-project/commit/85e144329cffde852851c1bf73dd70e6a941f6ea
DIFF: https://github.com/llvm/llvm-project/commit/85e144329cffde852851c1bf73dd70e6a941f6ea.diff

LOG: [profile] Mark gcov test as unsupported on Darwin.

Added: 
    

Modified: 
    compiler-rt/test/profile/Posix/gcov-destructor.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/Posix/gcov-destructor.c b/compiler-rt/test/profile/Posix/gcov-destructor.c
index 33c2f574b5df..c6fa144bcb39 100644
--- a/compiler-rt/test/profile/Posix/gcov-destructor.c
+++ b/compiler-rt/test/profile/Posix/gcov-destructor.c
@@ -3,6 +3,7 @@
 // RUN: %clang --coverage %s -o %t
 // RUN: rm -f gcov-destructor.gcda && %run %t
 // RUN: llvm-cov gcov -t gcov-destructor.gcda | FileCheck %s
+// UNSUPPORTED: darwin
 
 #include <unistd.h>
 


        


More information about the llvm-commits mailing list