Just in case

This commit is contained in:
Benson Chu 2025-08-28 17:11:23 -05:00
parent ce3712a9c4
commit 81739f7915

View file

@ -237,6 +237,8 @@
(defun lls/get-tool (tool-regexp &optional directories)
(cl-mapcan #'(lambda (dir)
(when (file-exists-p dir)
(when (string-match-p "/sim/sds11.*" dir)
(message "Checking %s..." dir))
(directory-files dir t tool-regexp)))
(or directories
(lls/get-llvm-bin-dirs))))