[all-commits] [llvm/llvm-project] 0d1d05: [DebugInfo] Fix Test Targets in D108261
kyulee-com via All-commits
all-commits at lists.llvm.org
Sun Nov 14 21:36:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d1d058544446b5fc74e70827a021a017facc56a
https://github.com/llvm/llvm-project/commit/0d1d058544446b5fc74e70827a021a017facc56a
Author: Kyungwoo Lee <kyulee at fb.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
A llvm/test/DebugInfo/AArch64/debugline-endsequence.ll
A llvm/test/DebugInfo/X86/debugline-endsequence.s
R llvm/test/DebugInfo/debugline-endsequence.ll
R llvm/test/DebugInfo/debugline-endsequence.s
Log Message:
-----------
[DebugInfo] Fix Test Targets in D108261
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.
he fix is to move the tests into the target sub-directories.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D113870
More information about the All-commits
mailing list