Commit ade776b5 authored by Vedant Kumar's avatar Vedant Kumar
Browse files

[profile] Clean up stale raw profiles in instrprof-write-file.c

parent 9370a741
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// RUN: rm -rf %t1.profraw %t2.profraw
// RUN: %clang_profgen -o %t -O3 %s
// RUN: env LLVM_PROFILE_FILE=%t1.profraw %run %t %t2.profraw
// RUN: llvm-profdata merge -o %t1.profdata %t1.profraw