Prompt for lit

This commit is contained in:
Benson Chu 2024-11-18 12:46:38 -06:00
parent bb5aad2ed8
commit 5c531110ac

View file

@ -76,7 +76,7 @@
(defun ll/build-lit-command (file action)
(format "%s %s %s"
(car (lls/get-tool "llvm-lit"))
(lls/prompt-tool "llvm-lit")
(pcase action
('verbose "-v")
('all "-a")