diff --git a/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp b/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp index f2082c260cc2..809b5f799b06 100644 --- a/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp +++ b/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp @@ -418,7 +418,7 @@ bool DwarfLinkerForBinary::link(const DebugMap &Map) { // Not using the helper here as we can easily stream TimePoint<>. WithColor::warning() << File << ": timestamp mismatch between swift interface file (" - << sys::TimePoint<>(Obj->getTimestamp()) << ") and debug map (" + << sys::TimePoint<>(ModificationTime) << ") and debug map (" << sys::TimePoint<>(Obj->getTimestamp()) << ")\n"; continue; }