[PATCH] D104257: [WIP][GCOVProfiling] don't profile Fn's w/ noprofile attribute

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 13:56:21 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/Transforms/GCOVProfiling/noprofile.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=insert-gcov-profiling -o - -S %s | FileCheck %s
----------------
You may use `module-flags.ll` as a template. It is simple enough.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104257



More information about the llvm-commits mailing list