mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-15 04:41:52 +00:00

The different tools constructing dotest invocations (lit and lldb-dotest) already print the command invocation so there's no need to print it again in the dotest output. My motivation for removing it is that it doesn't include the Python interpreter and every time I accidentally copy it, the command fails with an `ImportError`. Differential revision: https://reviews.llvm.org/D81032