[PATCH] D51707: [llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 13:30:30 PDT 2018


MaskRay added a comment.

In https://reviews.llvm.org/D51707#1225541, @mkazantsev wrote:

> Hi,
>
> This commit has caused massive buildbot failures on compilation, see for example http://lab.llvm.org:8011/builders/clang-cmake-x86_64-avx2-linux/builds/5953/steps/build%20stage%201/logs/stdio
>
> I have reverted it as https://reviews.llvm.org/rL341515 to make buildbot green again.
>
> - Max


Thanks! It was because of existing `using namespace cl;` in the file. I have changed it to use explicit `cl::` qualified names and re-landed the commit


Repository:
  rL LLVM

https://reviews.llvm.org/D51707





More information about the llvm-commits mailing list