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-...@lists.llvm.org Reporter: omair.jav...@linaro.org CC: llvm-bugs@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 on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs