[PATCH] D20993: Add support for collating profiles for use with code coverage

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 11:30:32 PDT 2016


davidxl added inline comments.

================
Comment at: utils/prepare-code-coverage-artifact.py:20
@@ +19,3 @@
+    raw_profiles = glob.glob(os.path.join(profile_data_dir, '*.profraw'))
+    manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')
+    profdata_path = os.path.join(profile_data_dir, 'Coverage.profdata')
----------------
is profiles.manifest file needed here? does it simplify the process?


http://reviews.llvm.org/D20993





More information about the llvm-commits mailing list