[PATCH] D62627: [NFC] Do not run CGProfilePass when not using integrated assembler

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 14:43:27 PDT 2020


xur added a comment.

look good to me with the fix of comments.



================
Comment at: llvm/include/llvm/Passes/PassBuilder.h:110
+  /// Tuning option to enable/disable call graph profile. Its default value is
+  /// true.
+  bool CallGrpahProfile;
----------------
The default value is specified by -enable-npm-call-graph-profile, rather than true, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62627/new/

https://reviews.llvm.org/D62627





More information about the llvm-commits mailing list