[llvm] Define -DLLVM_BUILD_TELEMETRY to be used in ifdef (PR #126746)
Vy Nguyen via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 08:20:50 PST 2025
oontvoo wrote:
> How does this relate to #126715 (which defines the macro in lldb code)?
>
I thought it might be better to define the macro at llvm level (because there might be other users of llvm::Telemetry, in which case, we don't want to have them defining different macros to mean the same thing)
https://github.com/llvm/llvm-project/pull/126746
More information about the llvm-commits
mailing list