Issue 82969
Summary [clang-format] How to obtain the minimum library file or executable file for the clang-format
Labels clang-format
Assignees
Reporter Gaochenchang
    In order to make it more suitable for my project format, I made some customized modifications to the output results of the clang format using Python.

But when I was packaging with "pyinstaller", I encountered a problem: the clang was too large, I only needed the clang format feature.

How should I do it?

1. May I know why the official library for clang format is not released separately?
2. Can I only build my own clang format for such needs? What should I do if that's the case?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to