krytarowski added inline comments.
================
Comment at: lld/lib/Core/Executor.cpp:19
+
+#if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
+namespace {
----------------
```
#if !LLVM_ENABLE_THREADS
```
?
https://reviews.llvm.org/D32890