[libcxx-commits] [PATCH] D76092: Allow site-specific test_exec_root.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 12 16:18:35 PDT 2020


ldionne added inline comments.


================
Comment at: libcxx/test/lit.cfg:41
 
-config.test_exec_root = os.path.join(obj_root, 'test')
+if not config.test_exec_root:
+    config.test_exec_root = os.path.join(obj_root, 'test')
----------------
I haven't come across the `test_exec_root` yet, what is it used for? I grepped but couldn't find out.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76092/new/

https://reviews.llvm.org/D76092





More information about the libcxx-commits mailing list