Currently, compiles with LLVM_ENABLE_THREADS=OFF fail due to this symbol missing. Add it but assert as calling code is (and should be) checking that threading is enabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D116846
[MLIR] Fix compilation with LLVM_ENABLE_THREADS=OFF jdd on Jan 7 2022, 5:03 PM. Authored by
Details
Currently, compiles with LLVM_ENABLE_THREADS=OFF fail due to this symbol missing. Add it but assert as calling code is (and should be) checking that threading is enabled.
Diff Detail
|
Perhaps llvm::report_fatal_error() would be appropriate here.