mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Frontend: move ExplicitSwiftModules into SearchPathOptions, NFC
This commit is contained in:
@@ -262,9 +262,6 @@ public:
|
||||
/// built and given to the compiler invocation.
|
||||
bool DisableImplicitModules = false;
|
||||
|
||||
/// The paths to a set of explicitly built modules from interfaces.
|
||||
std::vector<std::string> ExplicitSwiftModules;
|
||||
|
||||
/// The different modes for validating TBD against the LLVM IR.
|
||||
enum class TBDValidationMode {
|
||||
Default, ///< Do the default validation for the current platform.
|
||||
|
||||
Reference in New Issue
Block a user