This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGfdb66eda77a0: [test] Make sure plugin actually runs in clear-ast-before-backend-plugins.c (authored by aeubanks).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112253/new/ https://reviews.llvm.org/D112253 Files: clang/test/Misc/clear-ast-before-backend-plugins.c Index: clang/test/Misc/clear-ast-before-backend-plugins.c =================================================================== --- clang/test/Misc/clear-ast-before-backend-plugins.c +++ clang/test/Misc/clear-ast-before-backend-plugins.c @@ -5,5 +5,6 @@ // RUN: %clang_cc1 -mllvm -debug-only=codegenaction -clear-ast-before-backend -emit-obj -o /dev/null -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns -plugin-arg-print-fns help %s 2>&1 | FileCheck %s --check-prefix=NO // NO-NOT: Clearing AST +// NO: top-level-decl: "f" void f() {}
Index: clang/test/Misc/clear-ast-before-backend-plugins.c =================================================================== --- clang/test/Misc/clear-ast-before-backend-plugins.c +++ clang/test/Misc/clear-ast-before-backend-plugins.c @@ -5,5 +5,6 @@ // RUN: %clang_cc1 -mllvm -debug-only=codegenaction -clear-ast-before-backend -emit-obj -o /dev/null -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns -plugin-arg-print-fns help %s 2>&1 | FileCheck %s --check-prefix=NO // NO-NOT: Clearing AST +// NO: top-level-decl: "f" void f() {}
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits