[all-commits] [llvm/llvm-project] 48d206: [dsymutil] Warn on timestmap mismatch between obje...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 13 09:15:52 PST 2021


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

  Changed paths:
    M llvm/test/tools/dsymutil/ARM/extern-alias.test
    M llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
    A llvm/test/tools/dsymutil/X86/timestamp-mismatch.test
    M llvm/test/tools/dsymutil/debug-map-parsing.test
    M llvm/tools/dsymutil/BinaryHolder.cpp
    M llvm/tools/dsymutil/BinaryHolder.h
    M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp

  Log Message:
  -----------
  [dsymutil] Warn on timestmap mismatch between object file and debug map

This re-lands e5553b9a6ab9 with two small fixes to the tests:

 - Don't touch the source directory in debug-map-parsing.test but
   instead copy everything over in a temporary directory in
   timestamp-mismatch.test.
 - Don't redirect stderr to stdout to avoid the output getting
   intertwined in extern-alias.test.




More information about the All-commits mailing list