This commit is contained in:
Benson Chu 2026-04-11 17:25:21 -05:00
parent d6ba8171e0
commit c8c812d59b

View file

@ -30,7 +30,7 @@
(defclass llvm-comp-dev-config (comp-dev-config)
nil)
(cl-defgeneric comp-dev/tool-name ((config llvm-comp-dev-config) tool)
(cl-defmethod comp-dev/tool-name ((config llvm-comp-dev-config) tool)
(pcase tool
('compiler "clang$")))