<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/dynamic-layers, branch clang12</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=clang12</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=clang12'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2022-02-04T20:54:44+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/dunfell' into clang12</title>
<updated>2022-02-04T20:54:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-02-04T20:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=25eb19092ff4df6c9d0dc443c85c4f4b2066f855'/>
<id>urn:sha1:25eb19092ff4df6c9d0dc443c85c4f4b2066f855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>intel-mediasdk,optee-os-stm32mp: Use dynamic-layers</title>
<updated>2022-02-03T19:21:04+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-02-03T19:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=92abd44335b84fc895ddc166694fe8b2a2783ae6'/>
<id>urn:sha1:92abd44335b84fc895ddc166694fe8b2a2783ae6</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>chromium,gn: Do not depend on libc++ native recipes</title>
<updated>2021-08-13T19:58:07+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T19:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e755276318e2bfbae891aef7a1edd0c9c03a5873'/>
<id>urn:sha1:e755276318e2bfbae891aef7a1edd0c9c03a5873</id>
<content type='text'>
Master meta-browser has moved away from gcc completely even for native
portions, but those changes require master branch of meta-clang as well
for older layers where older than clang 13 is used, lets undo those
changes

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>chromium,gn: Fix typo in depends spec</title>
<updated>2021-08-13T19:50:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T19:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=76c6751d721a4265e01bb71d8dc4fb46dca6602f'/>
<id>urn:sha1:76c6751d721a4265e01bb71d8dc4fb46dca6602f</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>chromium,gn: Do not use runtime-llvm to remove libc++ native deps</title>
<updated>2021-08-13T19:21:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T19:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=67803c1e3b1ef7f893bf20005d0fbad13fd82ef1'/>
<id>urn:sha1:67803c1e3b1ef7f893bf20005d0fbad13fd82ef1</id>
<content type='text'>
This override may not exist in old releases

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>chromium,gn-native: Remove dependency on native libc++</title>
<updated>2021-08-13T15:51:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-13T15:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=a8b94b0a778da4a4b9547401c71a908abec4e803'/>
<id>urn:sha1:a8b94b0a778da4a4b9547401c71a908abec4e803</id>
<content type='text'>
native versions of libcxx and compiler-rt are only available in honister
and newer

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bpftrace: Update to using master branch</title>
<updated>2021-04-01T06:27:34+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-31T00:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=dab00b24239cc43175b761b1c76516ba0b15f3f9'/>
<id>urn:sha1:dab00b24239cc43175b761b1c76516ba0b15f3f9</id>
<content type='text'>
This is needed for fixing builds with master since clang 12 has dropped
ORCv1 APIs

Add a patch to fix build with clang-12

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop browser-layer from dynamic layers</title>
<updated>2021-03-27T18:12:16+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-27T03:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=f234d64d3b22e09792011e620c431e8df126b460'/>
<id>urn:sha1:f234d64d3b22e09792011e620c431e8df126b460</id>
<content type='text'>
These changes have been proposed for meta-browser itself see
https://github.com/OSSystems/meta-browser/pull/489

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcc: link with dynamic libbpf</title>
<updated>2021-03-11T02:09:24+00:00</updated>
<author>
<name>Matteo Croce</name>
<email>mcroce@microsoft.com</email>
</author>
<published>2021-03-09T18:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=64386310b425bb6eb51c1f4c4590af5ed5435ea9'/>
<id>urn:sha1:64386310b425bb6eb51c1f4c4590af5ed5435ea9</id>
<content type='text'>
Link bcc dynamically against libbpf. This reduces the size of libbcc.so
from 68 MB to 3 MB.
Backport some patches from upstream which are needed for the actual
dynamic linking.

Signed-off-by: Matteo Croce &lt;mcroce@microsoft.com&gt;
</content>
</entry>
<entry>
<title>bcc: Disable luaJIT on ppc64</title>
<updated>2021-03-01T19:12:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-02-24T06:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=1a4116592f570d0e35736ed5e59cd5e372f76c4c'/>
<id>urn:sha1:1a4116592f570d0e35736ed5e59cd5e372f76c4c</id>
<content type='text'>
ppc64 port is not yet available, its proposed here
https://github.com/LuaJIT/LuaJIT/pull/54

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