Displaying 1 result from an estimated 1 matches for "gdb11531".
2012 Dec 17
0
[LLVMdev] Query Regarding instruction ordering of passive nodes
Hi All,
I'm trying to compile the attached code(gdb11531.c) with latest clang with -O0 on ARM.
Clang seems to be reordering the instructions in case of constant nodes(for ARM) even when O0 is specified resulting in few wrong information when debugging through GDB.
I had few queries,would be great if someone could clarify the same -
In the given assemb...