aprantl added inline comments.

================
Comment at: clang/test/DebugInfo/debugify-each-original.c:16
+// CHECK: Force set function attributes: {{.*}}
+// CHECK-NEXT: Infer set function attributes: {{.*}}
+// CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation: {{.*}}
----------------
I think this is still implicitly hardcoding the pass pipeline just through the 
order of CHECK lines. If there were a way to dump the flags Clang is passing to 
LLVM and check that, or get the pass manager to dump its configuration, that 
would be better. I'm not sure if there is such an affordance.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82547/new/

https://reviews.llvm.org/D82547



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to