[CodeGen] Don't write coverage to source directory in test
This commit is contained in:
parent
6c2f5d6cde
commit
2033b1cf16
@ -1,4 +1,4 @@
|
||||
// RUN: %clang_cc1 -emit-llvm -coverage-notes-file=test.gcno -coverage-data-file=test.gcda -triple aarch64-linux-android30 -target-cpu generic -target-feature +tagged-globals -fsanitize=hwaddress %s -o %t
|
||||
// RUN: %clang_cc1 -emit-llvm -coverage-notes-file=/dev/null -coverage-data-file=/dev/null -triple aarch64-linux-android30 -target-cpu generic -target-feature +tagged-globals -fsanitize=hwaddress %s -o %t
|
||||
// RUN: FileCheck %s < %t
|
||||
|
||||
// CHECK: define internal void @__llvm_gcov_writeout() unnamed_addr [[ATTR:#[0-9]+]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user