labath added inline comments.
================ Comment at: packages/Python/lldbsuite/test/dotest.py:1204 + os.environ["ARCH"] = configuration.arch + os.environ["CC"] = configuration.compiler + configString = "arch=%s compiler=%s" % (configuration.arch, ---------------- zturner wrote: > Should you be setting `CXX` here? We don't have the CXX name here. It gets derived from the c compiler name in a pretty funny way later on. https://reviews.llvm.org/D30779 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits