You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,12 +0,0 @@
|
||||
// Checks that function instantiations don't go to a wrong file.
|
||||
|
||||
// INSTANTIATION-NOT: {{_Z5func[1,2]v}}
|
||||
// NAN-NOT: {{[ \t]+}}nan%
|
||||
|
||||
// RUN: llvm-profdata merge %S/Inputs/prevent_false_instantiations.proftext -o %t.profdata
|
||||
// RUN: llvm-cov show -format text %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %t.profdata -path-equivalence=/tmp/false_instantiations/./,%S %s | FileCheck %s -check-prefix=INSTANTIATION
|
||||
// RUN: llvm-cov report %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %t.profdata | FileCheck %s -check-prefix=NAN
|
||||
|
||||
#define DO_SOMETHING() \
|
||||
do { \
|
||||
} while (0)
|
Reference in New Issue
Block a user