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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 10:17:17 PDT 2018


JDevlieghere added inline comments.


================
Comment at: packages/Python/lldbsuite/test/dotest.py:306
+      if args.dsymutil:
+        os.environ['DSYMUTIL'] = args.dsymutil
+      else:
----------------
aprantl wrote:
> 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?
Jup that is true, I'll change the logic to make that happen


https://reviews.llvm.org/D45518





More information about the llvm-commits mailing list