[PATCH] D79959: [SampleFDO] Add use-sample-profile function attribute

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 11:54:11 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/CodeGen/use-sample-profile-attr.c:4
+//
+// RUN: %clang_cc1 -O2 -fno-experimental-new-pass-manager
+// -fprofile-sample-use=%S/Inputs/pgo-sample.prof %s -emit-llvm -o - 2>&1 |
----------------
You need one `RUN:` for each continuation line.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D79959





More information about the llvm-commits mailing list