Frontend: move ExplicitSwiftModules into SearchPathOptions, NFC

This commit is contained in:
Xi Ge
2020-06-02 12:38:12 -07:00
parent 9e88549199
commit 01c18d01c1
6 changed files with 10 additions and 13 deletions

View File

@@ -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.