It appears REQUIRES are needed for tests added in D108261.
This was not caught in the pre-merge tests but in the post-commit tests.
The fix is to move the tests into the target sub-directories.
Details
Details
- Reviewers
dblaikie ellis - Commits
- rG0d1d05854444: [DebugInfo] Fix Test Targets in D108261
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please move the tests into the relevant subdirectories that implicitly require the relevant target, rather than adding individual REQUIRES clauses.
llvm/test/DebugInfo/X86/debugline-endsequence.s | ||
---|---|---|
3 | This test could be moved into the llvm/test/DebugInfo/X86 directory instead, which implies that requires clause for all tests there. The other test can go in llvm/test/DebugInfo/AArch64. |