Displaying 7 results from an estimated 7 matches for "finalizemoduleinfo".
2015 May 19
2
[LLVMdev] Module crash when adding CallInst
...StringRef) + 22
4 clang 0x00000000016c2003
llvm::DwarfCompileUnit::applyVariableAttributes(llvm::DbgVariable const&,
llvm::DIE&) + 915
5 clang 0x000000000168bdfe
llvm::DwarfDebug::finishVariableDefinitions() + 270
6 clang 0x0000000001690424
llvm::DwarfDebug::finalizeModuleInfo() + 52
7 clang 0x000000000169c4a8 llvm::DwarfDebug::endModule() + 40
8 clang 0x00000000016850f7
llvm::AsmPrinter::doFinalization(llvm::Module&) + 551
9 clang 0x00000000011befe5
llvm::FPPassManager::doFinalization(llvm::Module&) + 69
10 clang 0x0000...
2018 Mar 14
3
lld/lto/win32 crash on DIE code
...lvm::DwarfCompileUnit::applyVariableAttributes(const llvm::DbgVariable
& Var, llvm::DIE & VariableDie) Line 897 C++
llvm::DwarfCompileUnit::finishVariableDefinition(const llvm::DbgVariable
& Var) Line 725 C++
llvm::DwarfDebug::finishVariableDefinitions() Line 655 C++
llvm::DwarfDebug::finalizeModuleInfo() Line 677 C++
llvm::DwarfDebug::endModule() Line 768 C++
llvm::AsmPrinter::doFinalization(llvm::Module & M) Line 1348 C++
llvm::FPPassManager::doFinalization(llvm::Module & M) Line 1559 C++
`anonymous namespace'::MPPassManager::runOnModule(llvm::Module & M) Line
1615 C++
llvm::leg...
2018 Mar 16
0
lld/lto/win32 crash on DIE code
...warfCompileUnit::applyVariableAttributes(const llvm::DbgVariable
& Var, llvm::DIE & VariableDie) Line 897 C++
llvm::DwarfCompileUnit::finishVariableDefinition(const llvm::DbgVariable
& Var) Line 725 C++
llvm::DwarfDebug::finishVariableDefinitions() Line 655 C++
llvm::DwarfDebug::finalizeModuleInfo() Line 677 C++
llvm::DwarfDebug::endModule() Line 768 C++
llvm::AsmPrinter::doFinalization(llvm::Module & M) Line 1348 C++
llvm::FPPassManager::doFinalization(llvm::Module & M) Line 1559 C++
`anonymous namespace'::MPPassManager::runOnModule(llvm::Module & M) Line
1615 C++
llv...
2018 Mar 20
2
lld/lto/win32 crash on DIE code
...llvm::DIE & VariableDie) Line 980 C++ Symbols
loaded.
lld.exe!llvm::DwarfCompileUnit::finishVariableDefinition(const
llvm::DbgVariable & Var) Line 808 C++ Symbols loaded.
lld.exe!llvm::DwarfDebug::finishVariableDefinitions() Line 671 C++
Symbols loaded.
lld.exe!llvm::DwarfDebug::finalizeModuleInfo() Line 693 C++ Symbols
loaded.
lld.exe!llvm::DwarfDebug::endModule() Line 784 C++ Symbols loaded.
lld.exe!llvm::AsmPrinter::doFinalization(llvm::Module & M) Line 1352
C++ Symbols loaded.
lld.exe!llvm::FPPassManager::doFinalization(llvm::Module & M) Line
1559 C++ Symbols loaded....
2018 Mar 20
0
lld/lto/win32 crash on DIE code
This one triggers an assertion in calculateSEHStateNumbers due to weird catchpad instruction
in @_island_debug_invoke and many other functions. The code expects either pointer to a filter
function or null in first operand, while you're passing pointer to structure:
catchpad within %80 [{i8*, i8*}* anon..., ...]
________________________________________
От: Carlo Kok <ck at
2018 Mar 21
0
lld/lto/win32 crash on DIE code
...e 980 C++ Symbols
loaded.
lld.exe!llvm::DwarfCompileUnit::finishVariableDefinition(const
llvm::DbgVariable & Var) Line 808 C++ Symbols loaded.
lld.exe!llvm::DwarfDebug::finishVariableDefinitions() Line 671 C++
Symbols loaded.
lld.exe!llvm::DwarfDebug::finalizeModuleInfo() Line 693 C++ Symbols
loaded.
lld.exe!llvm::DwarfDebug::endModule() Line 784 C++ Symbols loaded.
lld.exe!llvm::AsmPrinter::doFinalization(llvm::Module & M) Line 1352
C++ Symbols loaded.
lld.exe!llvm::FPPassManager::doFinalization(llvm::Module & M) Line...
2018 Mar 20
2
lld/lto/win32 crash on DIE code
Op 16-3-2018 om 20:16 schreef Evgeny Leviant:
> Hello Carlo,
>
> I tried your reproducer and faced different problem from one you described
> (I'm using MacOS Sierra and lld built from trunk on Mar, 15). The crash happens
> when SelectionDAGBuilder::lowerInvokable tries to access EH info of this function:
>
>