File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ profile-run-stamp:
768
768
$(MAKE) profile-gen-stamp
769
769
# Next, run the profile task to generate the profile information.
770
770
@ # FIXME: can't run for a cross build
771
- $(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
771
+ $(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
772
772
$(LLVM_PROF_MERGER)
773
773
# Remove profile generation binary since we are done with it.
774
774
$(MAKE) clean-retain-profile
@@ -817,7 +817,7 @@ profile-bolt-stamp: $(BUILDPYTHON)
817
817
mv "$${bin}.bolt_inst" "$${bin}"; \
818
818
done
819
819
# Run instrumented binaries to collect data.
820
- $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
820
+ $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
821
821
# Merge all the data files together.
822
822
for bin in $(BOLT_BINARIES); do \
823
823
@MERGE_FDATA@ $${bin}.*.fdata > "$${bin}.fdata"; \
You can’t perform that action at this time.
0 commit comments