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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev