llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.61k stars 11.35k forks source link

Orc RTDyldObjectLinker cannot load debug information in lldb windows #98723

Closed ZLangJIT closed 1 month ago

ZLangJIT commented 1 month ago

such works in linux but fails in windows, we just get assembly output instead of source code output

With -Xclang -triple -Xclang "x86_64-pc-windows-elf" to try to get it to emit DWARF debugging info

llvm 18.1.8

llvmbot commented 1 month ago

@llvm/issue-subscribers-orcjit

Author: None (ZLangJIT)

such works in linux but fails in windows, we just get assembly output instead of source cide output llvm 18.1.8
llvmbot commented 1 month ago

@llvm/issue-subscribers-lldb

Author: None (ZLangJIT)

such works in linux but fails in windows, we just get assembly output instead of source cide output llvm 18.1.8
EugeneZelenko commented 1 month ago

@ZLangJIT: Could you please elaborate?

ZLangJIT commented 1 month ago

Basically same as my other issue

EugeneZelenko commented 1 month ago

Could you please specify which one?

ZLangJIT commented 1 month ago

98714