mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[cxx-interop] Rename enable-cxx-interop -> enable-experimental-cxx-interop.
Also removes the driver flag, this will now also always be guarded on `-Xfrontend`.
This commit is contained in:
@@ -762,7 +762,7 @@ static llvm::cl::opt<bool>
|
||||
llvm::cl::cat(Category), llvm::cl::init(false));
|
||||
|
||||
static llvm::cl::opt<bool>
|
||||
EnableCxxInterop("enable-cxx-interop",
|
||||
EnableCxxInterop("enable-experimental-cxx-interop",
|
||||
llvm::cl::desc("Enable C++ interop."),
|
||||
llvm::cl::cat(Category), llvm::cl::init(false));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user