Skip to content

Commit c7cc158

Browse files
authored
Merge pull request swiftlang#33221 from rintaro/requires-optimizedstdlib-rdar66332541
[Tests] SILOptimizer/opt-remark-generator.swift requires optimzed stdlib
2 parents c3c032b + 315fb44 commit c7cc158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/opt-remark-generator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
2+
// REQUIRES: optimized_stdlib
23

34
public class Klass {}
45

0 commit comments

Comments
 (0)