<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git, branch sumo</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2018-09-12T16:13:21+00:00</updated>
<entry>
<title>libcxx: Add libunwind to PACKAGECONFIG</title>
<updated>2018-09-12T16:13:21+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.davis@essvote.com</email>
</author>
<published>2018-07-09T21:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=1784b06e6b1a83748438b4bec7e079d735d5b608'/>
<id>urn:sha1:1784b06e6b1a83748438b4bec7e079d735d5b608</id>
<content type='text'>
Allow libunwind to be turned off and on using PACKAGECONFIG
Default to ON

Signed-off-by: Michael Davis &lt;michael.davis@essvote.com&gt;
</content>
</entry>
<entry>
<title>packagegroup-core-standalone-sdk-target: Include libcxx and compiler-rt even when clang is not default compiler</title>
<updated>2018-07-08T22:42:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-07-08T22:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=98a262ae5b5a7bfbb97afb29c6ae36571c8a45f2'/>
<id>urn:sha1:98a262ae5b5a7bfbb97afb29c6ae36571c8a45f2</id>
<content type='text'>
Fixes issue #63

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Fix sigsegv of llvm-config on the target</title>
<updated>2018-07-06T17:18:09+00:00</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo.ribalda@gmail.com</email>
</author>
<published>2018-05-30T08:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=fa4592d574b039d5c4a14045902125478d0e09b3'/>
<id>urn:sha1:fa4592d574b039d5c4a14045902125478d0e09b3</id>
<content type='text'>
llvm-config is, by default, broken by the SSTATE_SCAN_CMD. This patch
removes llvm-config from SSTATE_SCAN_FILES.

Signed-off-by: Ricardo Ribalda Delgado &lt;ricardo.ribalda@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Fix driver segfault with very long commandline</title>
<updated>2018-07-06T17:17:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-20T22:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=29b53f86d9a581c08ff2898caa7ee4d5d214deb5'/>
<id>urn:sha1:29b53f86d9a581c08ff2898caa7ee4d5d214deb5</id>
<content type='text'>
This is triggerred with webkit linking commands

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Use python2 for scan-view</title>
<updated>2018-07-06T17:17:37+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-15T18:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=357d498581bdddd608f5b036f7ccc37b8e78f299'/>
<id>urn:sha1:357d498581bdddd608f5b036f7ccc37b8e78f299</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Add package config for shared-libs</title>
<updated>2018-07-06T17:16:25+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.davis@essvote.com</email>
</author>
<published>2018-05-23T16:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=7df560dc452cec07affbcfd0ca5678c8b5e5fcc0'/>
<id>urn:sha1:7df560dc452cec07affbcfd0ca5678c8b5e5fcc0</id>
<content type='text'>
Allow shared or static libs to be selected by package config.  Default to shared.

Signed-off-by: Michael Davis &lt;michael.davis@essvote.com&gt;
</content>
</entry>
<entry>
<title>clang/llvm: Update to latest on release_60</title>
<updated>2018-07-06T17:15:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-17T19:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=579e6dc0bc8e11e12f4952e8b70184977164fb86'/>
<id>urn:sha1:579e6dc0bc8e11e12f4952e8b70184977164fb86</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libcxx: include staticdev into SDK</title>
<updated>2018-07-06T17:15:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-16T06:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e7a70fa23c075985ec4a02151fe9813ba4158eeb'/>
<id>urn:sha1:e7a70fa23c075985ec4a02151fe9813ba4158eeb</id>
<content type='text'>
This helps statically linking C++ programs when building with clang

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>compiler-rt: Let dev package rdep on staticdev package</title>
<updated>2018-07-06T17:14:41+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-16T04:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=bfd6ac76d25ae137469fee67e0cdd9ace4dd1515'/>
<id>urn:sha1:bfd6ac76d25ae137469fee67e0cdd9ace4dd1515</id>
<content type='text'>
Let dev package be empty, this should solve the
dependency issues when generating SDKs

Fixes #51

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>compiler-rt: Disable sanitizers on mips32</title>
<updated>2018-07-06T17:14:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-13T07:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=6f2a3c6efbab0f3ba72a427a2ed407805493164c'/>
<id>urn:sha1:6f2a3c6efbab0f3ba72a427a2ed407805493164c</id>
<content type='text'>
They fail to compile

error: 'assertion_failed__73' declared as an array with a negative size

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
