http://llvm.org/bugs/show_bug.cgi?id=19317
Renato Golin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #5 from Renato Golin <[email protected]> --- I get it now. The point here is not the inline assembly mess up, but the profiling on ARM. Yes, the inline asm is broken, but the profiler mcount should preserve R0~R3, at least according to this document: http://doc.ironwoodlabs.com/arm-arm-none-eabi/html/getting-started/arm-mcount.html Maybe we need to call __gnu_mcount_nc on ARM on gnueabi mode? -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
