You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/fuzzing.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -127,19 +127,14 @@ The default Clang/LLVM version supplied by Apple on macOS does not include
127
127
fuzzing libraries, so macOS users will need to install a full version, for
128
128
example using `brew install llvm`.
129
129
130
-
Should you run into problems with the address sanitizer, it is possible you
131
-
may need to run `./configure` with `--disable-asm` to avoid errors
132
-
with certain assembly code from Bitcoin Core's code. See [developer notes on sanitizers](https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#sanitizers)
133
-
for more information.
134
-
135
130
You may also need to take care of giving the correct path for`clang` and
136
131
`clang++`, like `CC=/path/to/clang CXX=/path/to/clang++`if the non-systems
137
132
`clang` does not come first in your path.
138
133
139
134
Full configure that was tested on macOS with `brew` installed `llvm`:
Read the [libFuzzer documentation](https://llvm.org/docs/LibFuzzer.html) for more information. This [libFuzzer tutorial](https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md) might also be of interest.
0 commit comments