[PATCH] D157013: [Driver] Allow for sparcv8plus subdir with Solaris/SPARC GCC

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 10:57:31 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/lit.local.cfg:23
     ".yaml",
+    ".test",
 ]
----------------
ro wrote:
> MaskRay wrote:
> > Instead of adding a new extension, you can just name your test `.c`?
> I could, but went for  `.test` instead because the `clang` invocations don't need input.
> 
> Besides, there's still the issue of the existing `crash-report-null.test` that's currently ignored.
OK, sounds good since many other directories accept `.test`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157013



More information about the cfe-commits mailing list