[llvm-branch-commits] [lldb][LoongArch] Function calls support in lldb expressions (PR #114742)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Nov 3 23:02:38 PST 2024
https://github.com/wangleiat created https://github.com/llvm/llvm-project/pull/114742
This patch adds desired feature flags in JIT compiler to enable
hard-float instructions if target supports them and allows to use floats
and doubles in lldb expressions.
Fited tests:
lldb-shell :: Expr/TestAnonNamespaceParamFunc.cpp
lldb-shell :: Expr/TestIRMemoryMap.test
lldb-shell :: Expr/TestStringLiteralExpr.test
lldb-shell :: SymbolFile/DWARF/debug-types-expressions.test
Similar as #99336
Depens on: https://github.com/llvm/llvm-project/pull/114741
More information about the llvm-branch-commits
mailing list