Replies: 2 comments
-
cgnutoolsLLVM should be built to just have the following and nothing else. It should NOT have any extra tools, tests, benchmarks, or extra features.
CMake options
Binaries to remove: |
Beta Was this translation helpful? Give feedback.
0 replies
-
llvmtoolsLLVM should have only the following, and nothing else. It should not have any extra tools, tests, benchmarks, or extra features.
CMake options |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building LLVM with the least amount of cmake options yields a long build with lots of features and tools not used to build a system.
The tool chain built in MLFS is a lot smaller than the one for CMLFS:
Perhaps, more cmake options should be defined to turn off unused tests and tools
Beta Was this translation helpful? Give feedback.
All reactions