mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Another kind of test to run
This commit is contained in:
parent
1a91b09977
commit
e32e2f338c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue