[Lldb-commits] [PATCH] D30779: dotest.py: remove the ability to specify different architectures/compilers in a single invocation

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 13 05:00:28 PDT 2017


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





More information about the lldb-commits mailing list