Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. > odin build demo.odin -debug -keep-temp-files ~/Odin/src/examples|[git:master]
  2. #0 0x00007f14633a19bb llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/bin/../lib/libLLVM-5.0.so+0x80a9bb)
  3. #1 0x00007f146339f806 llvm::sys::RunSignalHandlers() (/usr/bin/../lib/libLLVM-5.0.so+0x808806)
  4. #2 0x00007f146339f953 (/usr/bin/../lib/libLLVM-5.0.so+0x808953)
  5. #3 0x00007f146248c8e0 __restore_rt (/usr/bin/../lib/libc.so.6+0x348e0)
  6. #4 0x00007f1463a33547 llvm::DwarfCompileUnit::constructSubprogramScopeDIE(llvm::DISubprogram const*, llvm::LexicalScope*) (/usr/bin/../lib/libLLVM-5.0.so+0xe9c547)
  7. #5 0x00007f1463a45802 llvm::DwarfDebug::endFunctionImpl(llvm::MachineFunction const*) (/usr/bin/../lib/libLLVM-5.0.so+0xeae802)
  8. #6 0x00007f1463a18c8f llvm::DebugHandlerBase::endFunction(llvm::MachineFunction const*) (/usr/bin/../lib/libLLVM-5.0.so+0xe81c8f)
  9. #7 0x00007f1463a098af llvm::AsmPrinter::EmitFunctionBody() (/usr/bin/../lib/libLLVM-5.0.so+0xe728af)
  10. #8 0x00007f1464f0fd8e (/usr/bin/../lib/libLLVM-5.0.so+0x2378d8e)
  11. #9 0x00007f146365b992 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (/usr/bin/../lib/libLLVM-5.0.so+0xac4992)
  12. #10 0x00007f1463487911 llvm::FPPassManager::runOnFunction(llvm::Function&) (/usr/bin/../lib/libLLVM-5.0.so+0x8f0911)
  13. #11 0x00007f1463487952 llvm::FPPassManager::runOnModule(llvm::Module&) (/usr/bin/../lib/libLLVM-5.0.so+0x8f0952)
  14. #12 0x00007f14634870e2 llvm::legacy::PassManagerImpl::run(llvm::Module&) (/usr/bin/../lib/libLLVM-5.0.so+0x8f00e2)
  15. #13 0x000055641080be00 (llc+0x21e00)
  16. #14 0x00005564107fffdc (llc+0x15fdc)
  17. #15 0x00007f1462478f4a __libc_start_main (/usr/bin/../lib/libc.so.6+0x20f4a)
  18. #16 0x000055641080016a (llc+0x1616a)
  19. Stack dump:
  20. 0. Program arguments: llc /home/tyler/Odin/src/examples/demo.bc -filetype=obj -relocation-model=pic -O0 -march=x86-64
  21. 1. Running pass 'Function Pass Manager' on module '/home/tyler/Odin/src/examples/demo.bc'.
  22. 2. Running pass 'X86 Assembly Printer' on function '@type_info_base'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement