[PATCH] D34797: [profile] Move __llvm_profile_filename into a separate object
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 22:03:10 PDT 2017
davidxl added inline comments.
================
Comment at: test/profile/instrprof-override-filename.c:6
+// RUN: llvm-profdata merge -o %t.profdata P_RAW
// RUN: %clang_profuse=%t.profdata -o - -S -emit-llvm %s | FileCheck %s
----------------
can you add a test for IR PGO too using %clang_pgogen=%t.dir/ ...
https://reviews.llvm.org/D34797
More information about the llvm-commits
mailing list