[PATCH] D25687: [PGO] fix bogus warning for merging empty llvm profile file
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 15:00:00 PDT 2016
vsk accepted this revision.
vsk added a reviewer: vsk.
vsk added a comment.
This revision is now accepted and ready to land.
Thanks! lgtm with a nit.
================
Comment at: lib/ProfileData/InstrProf.cpp:74
+ case instrprof_error::empty_rawprofile:
+ return "Empty rawprofile file";
}
----------------
Could you add a space between raw and profile?
https://reviews.llvm.org/D25687
More information about the llvm-commits
mailing list