[PATCH] D52191: Fix logic around determining use of frame pointer with -pg.
rdhindsa added a comment. It seems that following tests are broken with this change: clang/test/Driver/clang_f_opts.c clang/test/Frontend/gnu-mcount.c Repository: rL LLVM https://reviews.llvm.org/D52191 ___ cfe-commits mailing list cfe-commits@l
[PATCH] D71222: Include Stmt.h where it seems to be necessary for modules builds
rdhindsa accepted this revision. rdhindsa added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71222/new/ https://reviews.llvm.org/D71222 ___