[PATCH] D23104: [XRay] Set entsize for the xray_instr_map section
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 00:22:58 PDT 2016
majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/X86/X86MCInstLower.cpp:1106
@@ +1105,3 @@
+ Fn->getComdat()->getName());
+ OutStreamer->SwitchSection(Section);
+ } else {
----------------
you have a SwitchSection a few lines down.
https://reviews.llvm.org/D23104
More information about the llvm-commits
mailing list