Displaying 2 results from an estimated 2 matches for "fb0f1bf213ee4599d8f2442e37b23f03".
2018 Mar 14
3
lld/lto/win32 crash on DIE code
...ropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
With lld /lldsavetemps I managed to narrow down what it actually fails
on, specifcally from the Island.Tests.Windows.exe.0.5.precodegen.bc
(which fails too when passed to llc -O1)
This is the pattern that it generates:
https://gist.github.com/carlokok/fb0f1bf213ee4599d8f2442e37b23f03
If I read this correctly it somehow ends up using two compile units at
once from the same type and failing because of that. I don't know if
that's a merging bug or something I'm doing, but none of my input bc
files has more than 1 compileunit per file, so I don't know how this...
2018 Mar 16
0
lld/lto/win32 crash on DIE code
....dropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
With lld /lldsavetemps I managed to narrow down what it actually fails
on, specifcally from the Island.Tests.Windows.exe.0.5.precodegen.bc
(which fails too when passed to llc -O1)
This is the pattern that it generates:
https://gist.github.com/carlokok/fb0f1bf213ee4599d8f2442e37b23f03
If I read this correctly it somehow ends up using two compile units at
once from the same type and failing because of that. I don't know if
that's a merging bug or something I'm doing, but none of my input bc
files has more than 1 compileunit per file, so I don't know how this
coul...