[PATCH] D75436: [profile] Remove fork management from code coverage

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 10:56:26 PST 2020


jfb added a comment.

Doing fork will still share an output file, right? Doe we currently end up interleaving content from both forks, or does one of them overwrite the other entirely?
I understand that crashing is undesirable, but wrong data isn't really any better.



================
Comment at: compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test:1
+UNSUPPORTED: true
+
----------------
Here and for the other test, can you link to the relevant bug explaining why it's unsupported?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75436/new/

https://reviews.llvm.org/D75436





More information about the llvm-commits mailing list