[PATCH] D100998: [sanitizer] Use COMPILER_RT_EMULATOR with gtests

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 12:14:01 PDT 2021


vitalybuka added inline comments.


================
Comment at: llvm/utils/lit/lit/formats/googletest.py:157
+        if self.run_under:
+            cmd = self.run_under + cmd
         return cmd
----------------
delcypher wrote:
> If `self.run_under` isn't a list then it'll cause problems here.
Having that it's trivial to fix the argument we can just do that instead of raising fatal error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100998



More information about the llvm-commits mailing list