https://llvm.org/bugs/show_bug.cgi?id=27868
Bug ID: 27868 Summary: Evaluating JITed expressions on arm cannot handle hard float ABI Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: omair.jav...@linaro.org CC: llvm-b...@lists.llvm.org Classification: Unclassified Following tests failing on arm hardware platform: TestCallUserAnonTypedef.py TestIRInterpreter.py JiTed expressions do not take into account arm hard float ABI and thus fail when we are debugging armhf targets. Also we do not handle return values of JiTed expressions when they are returned in double or single precision floating point registers. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev