[PATCH] D134880: [clang] [test] Use %clang_cc1 substitution consistently

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 10:44:45 PDT 2022


probinson added inline comments.


================
Comment at: clang/test/Driver/lit.local.cfg:8
-    ('%clang_cc1',
-     """*** Do not use 'clang -cc1' in Driver tests. ***""") )
 
----------------
But we _don't_ want to use `%clang_cc1` in Driver tests; if we do, then we're not testing the driver!  Those tests really belong somewhere else, like Frontend.


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

https://reviews.llvm.org/D134880



More information about the cfe-commits mailing list