[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 12:56:44 PDT 2016
rSerge added a comment.
The problem is deeper: if I emit anything via `EmitToStreamer()` or `OutStreamer->EmitInstruction()` as an instruction, i.e. not as binary, either `B #20` or the `NOP`s, then the first instruction word (`B #20` or its binary equivalent) is removed from the object file (but present in the assembly file generated by the compiler). So I don't know any other way except reverting completely to binary emission.
https://reviews.llvm.org/D23931
More information about the llvm-commits
mailing list