mgorny marked an inline comment as done.
mgorny added inline comments.

================
Comment at: lldb/lit/lit.cfg.py:81
+    cpuid_exe = lit.util.which('lit-cpuid', config.lldb_tools_dir)
+    if cpuid_exe is not None:
+        out, err, exitcode = lit.util.executeCommand([cpuid_exe])
----------------
labath wrote:
> So if the binary is not found for any reason, this will just silently skip 
> the relevant tests, right? Would it make sense to at least print a warning in 
> this case?
Yes, it will skip them. I don't have an opinion on whether it's something we 
should warn about; but I can surely add one.


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

https://reviews.llvm.org/D61073



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to