[PATCH] D117363: LLDB Windows x64 buildbot set lit -j8

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 14:38:32 PST 2022


stella.stamenova added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:1209
                         '-DLLVM_ENABLE_ASSERTIONS=OFF',
+                        '-DLLVM_LIT_ARGS=-svj 8',
                         '-DLLVM_ENABLE_ZLIB=FALSE',
----------------
Right now the `getLLDBCMakeBuildFactory` function will separately set `LLVM_LIT_ARGS` as well. I think they should be set in just one place to make the code more readable. Perhaps we can remove the `LLVM_LIT_ARGS` from `getLLDBCMakeBuildFactory` if they are not used anywhere?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117363/new/

https://reviews.llvm.org/D117363



More information about the llvm-commits mailing list