move to work-stealing threadpool

This commit is contained in:
Colin Davidson
2022-12-28 21:44:17 -08:00
parent 00823ca88c
commit 5f27f2dd7f
4 changed files with 298 additions and 166 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ config_darwin() {
panic "Requirement: llvm-config must be base version smaller than 15"
fi
LDFLAGS="$LDFLAGS -liconv -ldl"
LDFLAGS="$LDFLAGS -liconv -ldl -framework System"
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"
LDFLAGS="$LDFLAGS -lLLVM-C"
}