Issue |
121060
|
Summary |
`CLANG_BUILD_TOOLS=OFF` still builds clang tools (though doesn't install them)
|
Labels |
clang
|
Assignees |
|
Reporter |
dustdfg
|
Hello!
I need only clang without all additional tools. I pass `CLANG_BUILD_TOOLS=OFF` to CMake but it still builds the tools (It seems that they aren't added into the install dir though...) I've checked `CMakeCache.txt` and saw that when I pass `CLANG_BUILD_TOOLS=OFF` it is recognized and set to `OFF` but all other `CLANG_TOOL_*_BUILD` variables are still `ON` as by default. I have low-end hardware so when I use Full LTO I spend much time on each program. I've seen that it still builds them because time consumption is the same and I've seen in terminal `Linking CXX executable bin/clang-import-test`. I am running `ninja install` (if thats necessary information). I tried but couldn't find them inside build dir but they are built (and even not saved?)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs