-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Open
Labels
cmakeBuild system in general and CMake in particularBuild system in general and CMake in particularquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
The Building a Distribution of LLVM guide mentions that:
The guidance for maximizing performance of the generated compiler is to use LTO, PGO, and statically link everything.
What options besides LLVM_STATIC_LINK_CXX_STDLIB
would allow me to build a fully statically-linked version of clang and other LLVM tools?
Metadata
Metadata
Assignees
Labels
cmakeBuild system in general and CMake in particularBuild system in general and CMake in particularquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!