diff --git a/lisp/llvm-lib/llvm-act-on-file/act-on-test-file.el b/lisp/llvm-lib/llvm-act-on-file/act-on-test-file.el index 23b6f90..bada7eb 100644 --- a/lisp/llvm-lib/llvm-act-on-file/act-on-test-file.el +++ b/lisp/llvm-lib/llvm-act-on-file/act-on-test-file.el @@ -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))