Displaying 4 results from an estimated 4 matches for "ugv9sfqouhlszff".
2018 Mar 14
3
lld/lto/win32 crash on DIE code
...egacy::PassManagerImpl::run(llvm::Module & M) Line 1700 C++
llvm::legacy::PassManager::run(llvm::Module & M) Line 1732 C++
compileModule(char * * argv, llvm::LLVMContext & Context) Line 572 C++
The input of this testcase is huge, full repro.tar is here: (14mb)
https://www.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/fb0f1bf213ee4599d8f2442e37b2...
2018 Mar 16
0
lld/lto/win32 crash on DIE code
...ManagerImpl::run(llvm::Module & M) Line 1700 C++
llvm::legacy::PassManager::run(llvm::Module & M) Line 1732 C++
compileModule(char * * argv, llvm::LLVMContext & Context) Line 572 C++
The input of this testcase is huge, full repro.tar is here: (14mb)
https://www.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/fb0f1bf213ee4599d8f2442e37b23f...
2018 Mar 20
2
lld/lto/win32 crash on DIE code
...2a_RemObjects_d_Elements_d_EUnit_d_RunContext
>
> This happens because LLVM doesn't know your personality function (@_elements_exception_handler), so I suggest looking
> at llvm::classifyEHPersonality function as well.
>
hi,
I've updated my testcase
https://www.dropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
to use the standard exception handler. Now it fails with llvm-6.0 from
the website exactly the same as it does with my custom build.
2018 Mar 20
0
lld/lto/win32 crash on DIE code
...nt2a_RemObjects_d_Elements_d_EUnit_d_RunContext
>
> This happens because LLVM doesn't know your personality function (@_elements_exception_handler), so I suggest looking
> at llvm::classifyEHPersonality function as well.
>
hi,
I've updated my testcase
https://www.dropbox.com/s/ugv9sfqouhlszff/repro.tar?dl=0
to use the standard exception handler. Now it fails with llvm-6.0 from
the website exactly the same as it does with my custom build.