[mlir][AsmPrinter] Fix multi-threaded segfault by using explicit null stream per thread
We were using llvm::nulls, but that isn't thread safe so we switch to giving each thread it's own null stream. Differential Revision: https://reviews.llvm.org/D100578
Loading
Please sign in to comment