File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1188,7 +1188,7 @@ void Module::ReportWarningToolchainMismatch(
11881188 llvm::VersionTuple sym_file_version =
11891189 sym_file->GetProducerVersion (comp_unit);
11901190 llvm::VersionTuple swift_version =
1191- swift::version::Version:: getCurrentCompilerVersion ();
1191+ swift::version::getCurrentCompilerVersion ();
11921192 if (sym_file_version != swift_version) {
11931193 std::string str = llvm::formatv (
11941194 " {0} was compiled with a different Swift compiler "
Original file line number Diff line number Diff line change 1717#include " Plugins/TypeSystem/Swift/TypeSystemSwift.h"
1818#include " Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h"
1919#include " swift/SymbolGraphGen/SymbolGraphOptions.h"
20+ #include " swift/Parse/ParseVersion.h"
2021#include " lldb/Core/SwiftForward.h"
2122#include " lldb/Core/ThreadSafeDenseSet.h"
2223#include " lldb/Utility/Either.h"
You can’t perform that action at this time.
0 commit comments