We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e571e2c + 75af7cb commit c724ddbCopy full SHA for c724ddb
test/IRGen/coverage.swift
@@ -2,6 +2,7 @@
2
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests -assume-parsing-unqualified-ownership-sil %s -profile-generate -profile-coverage-mapping -emit-ir -o - | %FileCheck %s --check-prefix=IR
3
4
// IR-NOT: __llvm_coverage_names
5
+// IR-NOT: __profn
6
7
// SIL-DAG: sil hidden @_T08coverage2f1yyF
8
// SIL-DAG: string_literal utf8 "{{.*}}coverage.swift:{{.*}}_T08coverage2f1yyF"
0 commit comments