[PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM

Serge Rogatch via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 13:04:57 PDT 2016


rSerge added a comment.

So something started to just remove the first instruction of the sled, whether the sled is emitted as binary or using instructions/builders. `Clang -S` generates the assembly file with correct sleds (all the instructions present), but then disassembly of the object or executable file shows only 6 last instructions, without the first instruction of the sled.


https://reviews.llvm.org/D23931





More information about the llvm-commits mailing list