We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c76e5 commit 60b6eb4Copy full SHA for 60b6eb4
lldb/test/API/lang/swift/variables/move_function/Makefile
@@ -1,3 +1,4 @@
1
SWIFT_SOURCES := main.swift
2
+SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-move-only
3
4
include Makefile.rules
lldb/test/API/lang/swift/variables/move_function_async/Makefile
-SWIFTFLAGS_EXTRAS := -parse-as-library
+SWIFTFLAGS_EXTRAS := -parse-as-library -Xfrontend -enable-experimental-move-only
+
0 commit comments