-
Notifications
You must be signed in to change notification settings - Fork 15.2k
release/20.x: [llvm] Add CMake flag to compile out the telemetry framework (#124850) #125555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@oontvoo What do you think about merging this PR to the release branch? |
|
If I type |
|
/cherrypick 13ded68 |
That didn't work but the typo isn't critical for the release, so this is good to go. |
|
@JDevlieghere See #125554 (comment) for how to add a comment. You have to run it in the place where you did the original cherry-pick and pass both commits at once. |
|
Thanks @nikic! |
…4850) Add a CMake flag (LLVM_BUILD_TELEMETRY) to disable building the telemetry framework. The flag being enabled does *not* mean that telemetry is being collected, it merely means we're building the generic telemetry framework. Hence the flag is enabled by default. Motivated by this Discourse thread: https://discourse.llvm.org/t/how-to-disable-building-llvm-clang-telemetry/84305 (cherry picked from commit bac62ee)
Thanks Nikita for spotting it. (cherry picked from commit 13ded68)
|
@JDevlieghere (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. |
Backport bac62ee
Requested by: @JDevlieghere