Skip to content

Commit

Permalink
NFC (build fix): Add header for llvm::errs().
Browse files Browse the repository at this point in the history
Looks like e9211e0 unfortunately broke the sanitizer build bots,
because those bots compile the symbolizer with DLLVM_ENABLE_THREADS=Off.
Likely, before the patch, this header was transitively included.
  • Loading branch information
hctim committed Jan 22, 2022
1 parent 10d0d8c commit 1613f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/ThreadPool.cpp
Expand Up @@ -14,6 +14,7 @@

#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"

using namespace llvm;

Expand Down

0 comments on commit 1613f8b

Please sign in to comment.