Files
swift-mirror/test/Profiler/coverage_irgen_ignored.swift
Michael Gottesman fd4828e40a Eliminate -assume-parsing-unqualified-ownership-sil from tests.
I am doing this separately from the actual change to eliminate the option to
make it easier to review.
2018-12-19 12:54:13 -08:00

8 lines
284 B
Swift

// RUN: %target-swift-frontend %s -profile-generate -emit-sil -o %t.sil
// RUN: %target-swift-frontend %t.sil -module-name=coverage_ignored -emit-ir -o - | %FileCheck %s -check-prefix=CHECK-IGNORED
// CHECK-IGNORED-NOT: llvm.instrprof
// CHECK-IGNORED-NOT: profc
func foo() {}
foo()