mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[move-keyword] Put the move keyword behind the experimental move only flag for now.
Originally move when it was in the stdlib as _move was behind a keyword but we moved it in front to allow for some testing. Now that we are going with a keyword (which we can't leave in/deprecate) move it behind the move only experimental flag until this gets through evolution.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-run-stdlib-swift(-Xllvm -sil-disable-pass=DestroyHoisting)
|
||||
// RUN: %target-run-stdlib-swift(-Xllvm -sil-disable-pass=DestroyHoisting -Xfrontend -enable-experimental-move-only)
|
||||
//
|
||||
// NOTE ON ABOVE: I am disabling destroy hoisting on this test since we are
|
||||
// going to move it out of the mandatory pipeline eventually and it causes the
|
||||
|
||||
Reference in New Issue
Block a user