[PATCH] D44965: [llvm][Instrumentation/MC] Add Call Graph Profile pass and object file emission.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 19:16:58 PDT 2018


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/MC/ELF/cgprofile.s:1
+# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s -t -sd | FileCheck %s
+
----------------
Can you change this test to test the `-elf-cg-profile` feature that you're adding to llvm-readobj?


https://reviews.llvm.org/D44965





More information about the llvm-commits mailing list