Another kind of test to run

This commit is contained in:
Benson Chu 2024-07-02 15:07:22 -05:00
parent 1a91b09977
commit e32e2f338c

View file

@ -114,7 +114,7 @@
(replace-match "clang" nil nil x 1))
(t res)))
(string-match (rx line-start
(group (or "clang" "llc"))
(group (or "clang" "llc" "llvm-mc"))
" ")
res)
(let* ((tool (match-string 1 res))