[Lldb-commits] [PATCH] D45518: [dotest] Use in-tree dsymutil on Darwin

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 11 10:07:05 PDT 2018


aprantl added inline comments.


================
Comment at: packages/Python/lldbsuite/test/dotest.py:306
+      if args.dsymutil:
+        os.environ['DSYMUTIL'] = args.dsymutil
+      else:
----------------
I suppose we could point to llvm-dsymutil even on non-darwin platforms? Might be useful if we want to have no-execute-Darwin tests running on Linux bots?


https://reviews.llvm.org/D45518





More information about the lldb-commits mailing list