projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e652c0f
)
[profile] Mark gcov test as unsupported on Darwin.
author
Amara Emerson
<aemerson@apple.com>
Sat, 4 Jul 2020 17:41:27 +0000
(10:41 -0700)
committer
Amara Emerson
<aemerson@apple.com>
Sat, 4 Jul 2020 17:41:27 +0000
(10:41 -0700)
compiler-rt/test/profile/Posix/gcov-destructor.c
patch
|
blob
|
history
diff --git
a/compiler-rt/test/profile/Posix/gcov-destructor.c
b/compiler-rt/test/profile/Posix/gcov-destructor.c
index
33c2f57
..
c6fa144
100644
(file)
--- 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>