[PATCH] D38686: [dsymutil] Timestmap verification for __swift_ast

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 16:33:16 PDT 2017


JDevlieghere added inline comments.


================
Comment at: test/tools/dsymutil/ARM/swift-ast.test:1
+RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/swift-ast.macho.fat -o %T/swift-ast.dSYM -verbose -no-swiftmodule-timestamp | FileCheck %s --check-prefix=DSYMUTIL
+RUN: llvm-readobj -sections -section-data %T/swift-ast.dSYM/Contents/Resources/DWARF/swift-ast.macho.fat | FileCheck %s --check-prefix=READOBJ
----------------
aprantl wrote:
> if the test is disabling the new functionality (`-no-swiftmodule-timestamp`) what is it testing?
I used this to verify my implementation locally, and figured I might as well upstream it as it covers two scenarios (arm & universal mach-o) not covered by the existing test. Let me know if you would leave this out or have it moved into in a separate commit. 


https://reviews.llvm.org/D38686





More information about the llvm-commits mailing list