<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/recipes-connectivity, branch pyro</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2015-08-22T17:47:46+00:00</updated>
<entry>
<title>openssh: Remove use of -ftrapv when using clang</title>
<updated>2015-08-22T17:47:46+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-08-22T17:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=34b8dd2d920feeb661f62f23e984ce37ed364321'/>
<id>urn:sha1:34b8dd2d920feeb661f62f23e984ce37ed364321</id>
<content type='text'>
lang with '-ftrapv' generates 'call __mulodi4', which is only implemented
in compiler-rt library. However compiler-rt library only has i386/x86_64
backends (see '/usr/lib/clang/3.7.0/lib/linux/libclang_rt.*'). Gcc, on the
other hand, generate 'call __mulvdi3', which is implemented in libgcc

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