mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
LLVM is not set up in a thread-safe way, which seems to be leading to race conditions when sending stuff to llvm::nulls in opt builds. Try a thread-local alternative. Reviewed By: pzread Differential Revision: https://reviews.llvm.org/D156421