[PATCH] D52608: [Esan] Port cache frag to FreeBSD
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 12 13:38:24 PDT 2018
MaskRay added inline comments.
================
Comment at: lib/esan/esan_sideline_bsd.cpp:22
+
+static SidelineThread *TheThread;
+
----------------
-Wunused-variable in rCRT343815
================
Comment at: lib/esan/esan_sideline_bsd.cpp:24
+
+bool SidelineThread::launchThread(SidelineFunc takeSample, void *Arg,
+ u32 FreqMilliSec) {
----------------
Why is the BSD implementation different (after it is finished)?
Repository:
rL LLVM
https://reviews.llvm.org/D52608
More information about the llvm-commits
mailing list