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

Rainer Orth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 10:35:55 PDT 2023


ro added inline comments.


================
Comment at: clang/test/Driver/lit.local.cfg:23
     ".yaml",
+    ".test",
 ]
----------------
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.


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