[Lldb-commits] [lldb] [llvm] Define -DLLVM_BUILD_TELEMETRY to be used in ifdef (PR #126746)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 11 11:20:00 PST 2025
oontvoo wrote:
> .. and fix the code so that it uses the new macro name ? (You'll need to include llvm-config.h before you can use the macro, and I'd recommend doing a build with telemetry disabled to check that everything works as it should)
Done. (also tested with explicitly specifying `-LLVM_BUILD_TELEMETRY=OFF` in the cmake command)
https://github.com/llvm/llvm-project/pull/126746
More information about the lldb-commits
mailing list