================
@@ -21,6 +21,8 @@ void TelemetryInfo::serialize(Serializer &serializer) const {
}
Error Manager::dispatch(TelemetryInfo *Entry) {
+ assert(Config::BuildTimeEnableTelemetry &&
+ "Telemetry should have been enabled");
----------------
oontvoo wrote:
Is there a way to say "if LLVM_ENABLE_TELEMETRY is not set, then skip the
tests)?
https://github.com/llvm/llvm-project/pull/128534
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits