Skip to content

Commit 8004f50

Browse files
authored
Merge pull request #5105 from gottesmm/stable/20220421/move-keyword-2
[stable/20220421][move-keyword] Now that move keyword is back behind a feature flag, add that flag to the tests that use it...
2 parents d942b0e + 62db118 commit 8004f50

File tree

2 files changed

+3
-1
lines changed
  • lldb/test/API/lang/swift/variables

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SWIFT_SOURCES := main.swift
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-move-only
23

34
include Makefile.rules
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -parse-as-library -Xfrontend -enable-experimental-move-only
3+
34
include Makefile.rules

0 commit comments

Comments
 (0)