This patch adds timestamp verification for swiftmodule files.
- A new flag is provided to allows us to continue testing of the code for embedding the__swift_ast. (git doesn't maintain timestamps)
- Adds a new test for fat (arm) binaries.
Paths
| Differential D38686
[dsymutil] Timestmap verification for __swift_ast ClosedPublic Authored by JDevlieghere on Oct 9 2017, 4:41 AM.
Details
Summary This patch adds timestamp verification for swiftmodule files.
Diff Detail
Event TimelineHerald added subscribers: kristof.beyls, javed.absar, aemerson. · View Herald TranscriptOct 9 2017, 4:41 AM This revision is now accepted and ready to land.Oct 9 2017, 7:41 AM
Closed by commit rL315456: [dsymutil] Timestmap verification for __swift_ast (authored by JDevlieghere). · Explain WhyOct 11 2017, 6:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 118604 llvm/trunk/test/tools/dsymutil/ARM/swift-ast.test
llvm/trunk/test/tools/dsymutil/Inputs/swift-ast.macho.fat
llvm/trunk/test/tools/dsymutil/X86/swift-ast-x86_64.test
llvm/trunk/tools/dsymutil/BinaryHolder.h
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/tools/dsymutil/dsymutil.h
llvm/trunk/tools/dsymutil/dsymutil.cpp
|