yamt wrote: > The expectation by setting `HasNativeLLVMSupport` is that the linker and > other related tools are from LLVM.
looking at the users of the method, i thought it meant "linker can be lld". eg. with -fuse-ld=lld. > Passing the parallelism flags comes from `tools::addLTOOptions()`. can it disable thread creation? i tried jobs=1 etc but no luck. https://github.com/llvm/llvm-project/pull/187923 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
