[PATCH] D48240: Try again to implement a FIFO task queue
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 07:29:40 PDT 2018
thakis added a comment.
In https://reviews.llvm.org/D48240#1143531, @zturner wrote:
> This whole file is supposed to be ifdefed out in this case. Is it not? I
> definitely tested this case
Looking at it, it seems that the code is tested out, but the #include isn't, and that's what errors. Maybe you tested it by reconfiguring an existing cmake build dir instead of using a fresh one and were led astray by cmake's overaggressive caching of build settings?
Repository:
rL LLVM
https://reviews.llvm.org/D48240
More information about the llvm-commits
mailing list