<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/clang/liblldb/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-08-06T19:30:00Z</updated>
<entry>
<title>Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds,</title>
<updated>2020-08-06T19:30:00Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-08-06T19:30:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=48aaf27bca484047c923eb06644c7666d5d89c24'/>
<id>urn:sha1:48aaf27bca484047c923eb06644c7666d5d89c24</id>
<content type='text'>
and also bump the version in the mtree files.
</content>
</entry>
<entry>
<title>lldb: build and enable lua script bindings</title>
<updated>2020-04-03T16:54:13Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-04-03T16:54:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=652a9748855320619e075c4e83aef2f5294412d2'/>
<id>urn:sha1:652a9748855320619e075c4e83aef2f5294412d2</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24266
</content>
</entry>
<entry>
<title>lldb: add rule to generate LLDBWrapLua.cpp</title>
<updated>2020-04-03T15:52:44Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-04-03T15:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f0d060f91b10e99fcb710df51096783b3329e14d'/>
<id>urn:sha1:f0d060f91b10e99fcb710df51096783b3329e14d</id>
<content type='text'>
Building lldb's lua/python bindings requires swig, but we do not want to
include it in the FreeBSD base system (as a build tool) because it has
non-trivial dependencies.  As a workaround, add a make rule to generate
LLDBWrapLua.cpp, and we will commit the generated file.

Requires the swig30 package.

Reviewed by:	brooks
Discussed with:	dim
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D24265
</content>
</entry>
<entry>
<title>Update build glue for lldb (MK_LLDB=yes).  Also update lldb's generated</title>
<updated>2020-01-27T16:52:44Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-01-27T16:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f46f1d2836a8ed96eb60c4d232ec7c91bf2a33b9'/>
<id>urn:sha1:f46f1d2836a8ed96eb60c4d232ec7c91bf2a33b9</id>
<content type='text'>
Config.h, disable a few more parts in the code we don't use, and add a
pre-generated man page.
</content>
</entry>
<entry>
<title>Move all sources from the llvm project into contrib/llvm-project.</title>
<updated>2019-12-20T19:53:05Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-12-20T19:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0b57cec536236d46e3dba9bd041533462f33dbb7'/>
<id>urn:sha1:0b57cec536236d46e3dba9bd041533462f33dbb7</id>
<content type='text'>
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo".  That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.
</content>
</entry>
<entry>
<title>Update build glue for a build of clang plus lldb (enabled via MK_LLDB).</title>
<updated>2019-08-26T21:00:14Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-08-26T21:00:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a32f82c2c1be796957f7de7fd1f2c986b28d1a1c'/>
<id>urn:sha1:a32f82c2c1be796957f7de7fd1f2c986b28d1a1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lldb build glue to make MK_LLDB=yes work.</title>
<updated>2019-01-22T18:03:45Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-01-22T18:03:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6e3f21a20c774f1b651cb4ad1ec79f311ba6cc05'/>
<id>urn:sha1:6e3f21a20c774f1b651cb4ad1ec79f311ba6cc05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update build glue to make WITH_LLDB work.</title>
<updated>2018-08-02T16:08:16Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2018-08-02T16:08:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=532d8940413fecc52ce0e4df93d1a6fef0cb28bd'/>
<id>urn:sha1:532d8940413fecc52ce0e4df93d1a6fef0cb28bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SRCS for files that have been deleted upstream.</title>
<updated>2018-07-31T18:32:57Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2018-07-31T18:32:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d1efe5165c790209b7579faa367d01397aa35f70'/>
<id>urn:sha1:d1efe5165c790209b7579faa367d01397aa35f70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build llvm-extract with -lz, and add a few objects to liblldb, both of</title>
<updated>2018-01-13T13:53:05Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2018-01-13T13:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=62bd626920e0019b5acd3b07f55d0b954512d245'/>
<id>urn:sha1:62bd626920e0019b5acd3b07f55d0b954512d245</id>
<content type='text'>
which turn out to be needed when you don't use -ffunction-sections.

Reported by:	Shawn Webb &lt;shawn.webb@hardenedbsd.org&gt;
</content>
</entry>
</feed>
