[PATCH] D47660: Fix support for distinguishing archive members by timestamp on Darwin.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 15:17:42 PDT 2018


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Very nice! Thanks.



================
Comment at: lldb/packages/Python/lldbsuite/test/macosx/duplicate-archive-members/Makefile:4
+C_SOURCES := main.c
+MAKE_DSYM := NO
+
----------------
dsymutil also implements the same mechanism, so as an end-to-end test it wouldn't hurt to also allow the dSYM variant of this test to be run.

Does MAKE_DSYM=NO disable the dsym category for this test or does it just prevent the dwarf variant from also producing a dSYM?


https://reviews.llvm.org/D47660





More information about the llvm-commits mailing list