Displaying 3 results from an estimated 3 matches for "dc09fb2b".
2017 Sep 26
1
Difference between -mattr=+soft-float and -float-abi=soft
...simply has
no effect with `ghccc` then?
Cheers,
Moritz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HeapStackCheck.ll
Type: application/octet-stream
Size: 92224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170926/dc09fb2b/attachment-0001.obj>
-------------- next part --------------
> On Sep 26, 2017, at 5:22 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> Hi Moritz,
>
> On 26 September 2017 at 09:09, Moritz Angermann via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
&g...
2017 Sep 26
0
Difference between -mattr=+soft-float and -float-abi=soft
Hi Moritz,
On 26 September 2017 at 09:09, Moritz Angermann via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I’ve run into a case where `llc -mattr=+soft-float` for
> "armv7-unknown-linux-androideabi” segfaults, while
> `llc -float-abi=soft` does not. Similarly if the
> "target-features"="+soft-float” metadata is embedded,
> llc segfaults.
The float-abi
2017 Sep 26
2
Difference between -mattr=+soft-float and -float-abi=soft
Hi,
I’ve run into a case where `llc -mattr=+soft-float` for
"armv7-unknown-linux-androideabi” segfaults, while
`llc -float-abi=soft` does not. Similarly if the
"target-features"="+soft-float” metadata is embedded,
llc segfaults.
I fear I’m missing something rather subtle here, could
someone help me understand the differences?
Cheers,
Moritz