[embedded] Add -wmo to a number of tests after rebase.

This commit is contained in:
zoecarver
2023-09-15 16:50:29 -06:00
parent a5d7d2f020
commit 8afe689194
10 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none | %FileCheck %s
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -wmo | %FileCheck %s
public class MyClass {
func foo() { }