================
@@ -5,5 +5,6 @@
 
 // CHECK: Registered serialization formats:
 // CHECK-EMPTY:
-// CHECK-NEXT:   1. json - JSON serialization format
-// CHECK-NEXT:      Analyses: (none)
+// CHECK-NEXT:  1. json - JSON serialization format
+// CHECK-NEXT:     Analyses:
+// CHECK-NEXT:         1.1. UnsafeBufferUsage - JSON Format info for 
UnsafeBufferUsageEntitySummary
----------------
steakhal wrote:

I am not sure if the order of the analyses are well-defined. Given that we 
piggyback on the side-effects of the order of global constructors across 
different TUs, my hunch is that it's unspecified.
Just drop this line. Or maybe even the one before it.

Alternatively, we can `CHECK-DAG` these unspecified stuff. That could work too.

https://github.com/llvm/llvm-project/pull/187156
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to