[all-commits] [llvm/llvm-project] f354b8: [dsymutil] Compare object modification times using...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 20 18:49:48 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f354b87df23799ee0b6c718894140c846eafc82d
      https://github.com/llvm/llvm-project/commit/f354b87df23799ee0b6c718894140c846eafc82d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M llvm/tools/dsymutil/BinaryHolder.cpp

  Log Message:
  -----------
  [dsymutil] Compare object modification times using second precision

The modification time in the debug map is expressed using second
precision, while the modification time returned by the filesystem could
be more precise. Avoid spurious warnings about timestamp mismatches by
truncating the modification time reported by the system to seconds.




More information about the All-commits mailing list