Profile: Run tests through to -emit-ir to get better coverage

This commit is contained in:
Slava Pestov
2020-03-10 15:46:54 -04:00
parent 85c4e01e4d
commit 45330816b4
29 changed files with 32 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
// REQUIRES: objc_interop
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sil -module-name coverage_uikit %s | %FileCheck %s
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -emit-ir %s
import UIKit