[llvm] 0d1d058 - [DebugInfo] Fix Test Targets in D108261

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 14 21:36:40 PST 2021


Author: Kyungwoo Lee
Date: 2021-11-14T21:36:12-08:00
New Revision: 0d1d058544446b5fc74e70827a021a017facc56a

URL: https://github.com/llvm/llvm-project/commit/0d1d058544446b5fc74e70827a021a017facc56a
DIFF: https://github.com/llvm/llvm-project/commit/0d1d058544446b5fc74e70827a021a017facc56a.diff

LOG: [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

Added: 
    llvm/test/DebugInfo/AArch64/debugline-endsequence.ll
    llvm/test/DebugInfo/X86/debugline-endsequence.s

Modified: 
    

Removed: 
    llvm/test/DebugInfo/debugline-endsequence.ll
    llvm/test/DebugInfo/debugline-endsequence.s


################################################################################
diff  --git a/llvm/test/DebugInfo/debugline-endsequence.ll b/llvm/test/DebugInfo/AArch64/debugline-endsequence.ll
similarity index 100%
rename from llvm/test/DebugInfo/debugline-endsequence.ll
rename to llvm/test/DebugInfo/AArch64/debugline-endsequence.ll

diff  --git a/llvm/test/DebugInfo/debugline-endsequence.s b/llvm/test/DebugInfo/X86/debugline-endsequence.s
similarity index 100%
rename from llvm/test/DebugInfo/debugline-endsequence.s
rename to llvm/test/DebugInfo/X86/debugline-endsequence.s


        


More information about the llvm-commits mailing list