Issue 120820
Summary Mac clang-format binary has a homebrew dependency
Labels clang-format
Assignees
Reporter bhelyer
    Hi there.
I don't use [Homebrew](https://brew.sh/) on my systems. I tried to acquire clang-format from the LLVM 19.1 release on GitHub. Sadly, the `clang-format` (Along with every other executable) has a dependency to homebrew that isn't mentioned anywhere:

```
% otool -L ~/Downloads/LLVM-19.1.0-macOS-ARM64/bin/clang-format 
/Users/bernard/Downloads/LLVM-19.1.0-macOS-ARM64/bin/clang-format:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1345.120.2)
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.12)
	/opt/homebrew/opt/zstd/lib/libzstd.1.dylib (compatibility version 1.0.0, current version 1.5.6)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1700.255.5)
```

Is this intentional?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to