[Lldb-commits] [lldb] [lldb][test] Mark some tests as requiring Clang (PR #214197)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 7 07:09:47 PDT 2026
DavidSpickett wrote:
53 tests use `@skipIf(compiler=no_match("clang"))`.
Then there are ones with version checks because of bugs in earlier clang versions. Those get more complex.
So for now I think I could land this PR as is, then follow up with a `requiresClang` for the simple cases. Does that sound good to you?
Btw, don't forget to update https://lldb.llvm.org/resources/test.html#guidelines-for-api-tests (can't link to it directly but scroll down, there's a skipif example) when you are done with your work on this.
https://github.com/llvm/llvm-project/pull/214197
More information about the lldb-commits
mailing list