command-thread-siginfo.test employs a subject with a call to wait, and
thus requires system-linux. However, it's possible to target non-Linux
platforms despite operating on Linux hosts. So, have it require native
too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, although I would be surprised if this was the only test which suffered from the same problem.
Another possibility would be to make the %clang_host substitution smarter and have it always build for the host, regardless of the value of llvm's default target triple.