================ @@ -0,0 +1,164 @@ +// RUN: rm -rf %t && mkdir %t +// RUN: mkdir -p %t/ctudir +// RUN: %clang_cc1 -emit-pch -detailed-preprocessing-record -o %t/ctudir/plist-macros-ctu.c.ast %S/Inputs/plist-macros-ctu.c ---------------- steakhal wrote:
So here you pass this `-detailed-preprocessing-record`. What happens if that is missing, is it gracefully handled? https://github.com/llvm/llvm-project/pull/176126 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
