<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libclang_rt/fuzzer, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow-up to r358851 (llvm-project 10.0.0-rc3 import), where I added</title>
<updated>2020-08-10T16:55:54+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-08-10T16:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a08d04f4e47535b9db81062d020d10b10e9a4e9d'/>
<id>a08d04f4e47535b9db81062d020d10b10e9a4e9d</id>
<content type='text'>
subdirectories for compiler-rt's internal fuzzer, profile and xray
headers, but forgot to add installing those headers themselves.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subdirectories for compiler-rt's internal fuzzer, profile and xray
headers, but forgot to add installing those headers themselves.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build glue for libclang_rt.</title>
<updated>2020-01-27T20:46:26+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-01-27T20:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0af133f6f118d27da0c0bebce8a8ece56d47417d'/>
<id>0af133f6f118d27da0c0bebce8a8ece56d47417d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update libclang_rt:</title>
<updated>2019-09-01T18:21:06+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-09-01T18:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f57be329fc1b1c9227029ea39166de2b9ab5df20'/>
<id>f57be329fc1b1c9227029ea39166de2b9ab5df20</id>
<content type='text'>
* Add cfi, dd, fuzzer and xray
* Update arch support
* Update OptionalObsoleteFiles.inc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add cfi, dd, fuzzer and xray
* Update arch support
* Update OptionalObsoleteFiles.inc
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compiler-rt's libFuzzer, not connected to buildworld yet.</title>
<updated>2018-09-29T15:17:17+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2018-09-29T15:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=678769a9fc265efb669b9abcb13bc620f8b57dc0'/>
<id>678769a9fc265efb669b9abcb13bc620f8b57dc0</id>
<content type='text'>
For now, the libraries can be built and installed using:

cd /usr/src/lib/libclang_rt/fuzzer &amp;&amp; \
  make obj &amp;&amp; \
  make depend &amp;&amp; \
  make &amp;&amp; \
  sudo make install
cd /usr/src/lib/libclang_rt/fuzzer_no_main &amp;&amp; \
  make obj &amp;&amp; \
  make depend &amp;&amp; \
  make &amp;&amp; \
  sudo make install

See https://llvm.org/docs/LibFuzzer.html for more information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, the libraries can be built and installed using:

cd /usr/src/lib/libclang_rt/fuzzer &amp;&amp; \
  make obj &amp;&amp; \
  make depend &amp;&amp; \
  make &amp;&amp; \
  sudo make install
cd /usr/src/lib/libclang_rt/fuzzer_no_main &amp;&amp; \
  make obj &amp;&amp; \
  make depend &amp;&amp; \
  make &amp;&amp; \
  sudo make install

See https://llvm.org/docs/LibFuzzer.html for more information.
</pre>
</div>
</content>
</entry>
</feed>
