Merge 0533e65235 into merged_master (Bitcoin PR bitcoin/bitcoin#30785)

This commit is contained in:
ivanlele 2026-03-24 11:56:54 +00:00
commit 6d727d4ace
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ brew install llvm
And append the following to the configure commands below:
``` bash
CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++
-DCMAKE_C_COMPILER="$(brew --prefix llvm)/bin/clang" -DCMAKE_CXX_COMPILER="$(brew --prefix llvm)/bin/clang++"
```
Try `llvm@17` if compilation fails with the default version of llvm.