This commit is contained in:
Benson Chu 2026-04-05 10:06:17 -05:00
parent 6f4307601a
commit 769bd39690
2 changed files with 3 additions and 4 deletions

View file

@ -174,3 +174,6 @@
(comp-dev/prompt-tool tool-regexp
(or (and (eq 'string (type-of directories))
(list directories)))))))
(provide 'lib-comp-dev)
;;; lib-comp-dev.el ends here

View file

@ -225,9 +225,5 @@
(format comm-temp directory build-type target))))
(compile command)))
(provide 'lib-comp-dev)
;;; lib-comp-dev.el ends here
(provide 'llvm-comp-dev)
;;; llvm-comp-dev.el ends here