<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git, branch kraj/clang-8</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=kraj%2Fclang-8</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=kraj%2Fclang-8'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2019-01-18T17:32:32+00:00</updated>
<entry>
<title>busybox: Fix UB due to modifying const pointer</title>
<updated>2019-01-18T17:32:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-17T06:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e94a7cc34912faeab063324371595c8b78525297'/>
<id>urn:sha1:e94a7cc34912faeab063324371595c8b78525297</id>
<content type='text'>
see https://bugs.llvm.org/show_bug.cgi?id=39919

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Update license checksums</title>
<updated>2019-01-18T17:32:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-17T05:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=7605528104c318d80afa96e321f035ef8e022785'/>
<id>urn:sha1:7605528104c318d80afa96e321f035ef8e022785</id>
<content type='text'>
The only change is update to the year in license files

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang: Switch to upcoming 8.0 release branch</title>
<updated>2019-01-18T17:32:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-17T04:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=5144eca22c717eb73ac95eae7bf1ffaf55e8acbf'/>
<id>urn:sha1:5144eca22c717eb73ac95eae7bf1ffaf55e8acbf</id>
<content type='text'>
Clang 8.0 is going to be released in Feb-March 2019
so here we switch to release/8.x branch a bit early
so we can provide some feedback for release to be good on
OE

If one needs to use stable 7.0.1 release please use thud branch

clang 8.0 does have  RISC-V backend, enable it

clang: Add building experimental targets e.g. riscv

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm-project: Switch to canonical git mirror</title>
<updated>2019-01-16T15:34:43+00:00</updated>
<author>
<name>Dan McGregor</name>
<email>dan.mcgregor@usask.ca</email>
</author>
<published>2019-01-16T15:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e82ff43b2f361a36d18ac9d09f119f02ca2ac989'/>
<id>urn:sha1:e82ff43b2f361a36d18ac9d09f119f02ca2ac989</id>
<content type='text'>
LLVM now has an official git monorepo mirror. It will likely
become the canonical upstream in the near future.

Signed-off-by: Dan McGregor &lt;dan.mcgregor@usask.ca&gt;
</content>
</entry>
<entry>
<title>README.md: fix typo</title>
<updated>2019-01-15T08:44:06+00:00</updated>
<author>
<name>Adam Romanek</name>
<email>romanek-adam@users.noreply.github.com</email>
</author>
<published>2019-01-15T07:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=b6957fd1fc942ae5b0860f298b4e147b29f02ccb'/>
<id>urn:sha1:b6957fd1fc942ae5b0860f298b4e147b29f02ccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiler-rt: Fix unintended dependencies concatenation</title>
<updated>2019-01-04T16:28:02+00:00</updated>
<author>
<name>Adam Romanek</name>
<email>aromanek.contractor@libertyglobal.com</email>
</author>
<published>2019-01-04T07:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=7933fd19fe1df357df0532d3983c10d014e8d5f6'/>
<id>urn:sha1:7933fd19fe1df357df0532d3983c10d014e8d5f6</id>
<content type='text'>
The error message was:
&gt;&gt;  Nothing PROVIDES 'ninja-nativeclang-native' (but virtual:nativesdk:/media/storage/romanek-adam/build-2018-12-17-clang/workspace/meta-clang/recipes-devtools/clang/compiler-rt_git.bb DEPENDS on or otherwise requires it)
</content>
</entry>
<entry>
<title>nativesdk-compiler-rt: Add missing dep on clang-native</title>
<updated>2018-12-28T02:54:49+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-28T02:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=0e03d228c95e7693538e951e9179ea7eab83c92c'/>
<id>urn:sha1:0e03d228c95e7693538e951e9179ea7eab83c92c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang,nativesdk-packagegroup-sdk-host: Recognise risc-v</title>
<updated>2018-12-28T02:35:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-28T02:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=79b3bc561aadb2165dd9b48314a713dc1cf9eb5f'/>
<id>urn:sha1:79b3bc561aadb2165dd9b48314a713dc1cf9eb5f</id>
<content type='text'>
This helps build SDKs for risc-v when meta-clang is in layer mix
even though clang for risc-v may not fully work yet

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Use dynamic layer feature</title>
<updated>2018-12-28T01:37:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-28T01:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=0aebeac010b13c3540efd9ca9e7b77a5000bcdd0'/>
<id>urn:sha1:0aebeac010b13c3540efd9ca9e7b77a5000bcdd0</id>
<content type='text'>
This feature lets bbappend to be applied only when a given layer is
present in layermix

move kernel-selftest.bbappend to dynamic-layers/openembedded-layer where
it belongs

Fix Issue #78

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>compiler-rt: Do not force lld to link step</title>
<updated>2018-12-28T01:29:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-28T01:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=f030cd1e6bcad64e763f5b719929edac96c2ffae'/>
<id>urn:sha1:f030cd1e6bcad64e763f5b719929edac96c2ffae</id>
<content type='text'>
This was an experimental change

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