[Lldb-commits] [PATCH] D14415: [swig] Simplify check_lldb_swig_executable_file_exists.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 6 10:18:38 PST 2015


zturner added a comment.

Eh, just delete it IMO.  I don't like leaving code around "just in case".  These scripts already need to be practically re-written (due to not using the standard argparse module), the less work we have to do the better.  CMake is the only user of this script as far as I know.  If it breaks someone they'll chime in presumably


http://reviews.llvm.org/D14415





More information about the lldb-commits mailing list