Currently, a gclient sync downloads pre-built LLVM 12 binaries (hyperlink <https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-12-init-16296-g5e476061-1.tgz> ).
I'm curious if there's a way to configure gclient to sync a more complete version of the binaries that has support for LTO? Specifically, AFAICT, the following 3 binaries are missing to actually trigger LTO: libLLVM.so, libLTO.so, LLVMgold.so. I can side-load these binaries of course but I'd prefer to build using a consistently vendored combination of tools + compiler binaries. What's the "blessed" way from upstream to generate LTO builds? Thanks, Vitali -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/c7964757-7ccf-459f-8fed-d37dc53290dcn%40googlegroups.com.