[llvm] 6b3fb47 - Move test to X86 directory

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 05:02:36 PDT 2021


Author: Oliver Stannard
Date: 2021-03-30T13:02:24+01:00
New Revision: 6b3fb471436523dcfeea8a3f29d63aa42a46dbce

URL: https://github.com/llvm/llvm-project/commit/6b3fb471436523dcfeea8a3f29d63aa42a46dbce
DIFF: https://github.com/llvm/llvm-project/commit/6b3fb471436523dcfeea8a3f29d63aa42a46dbce.diff

LOG: Move test to X86 directory

This test uses the X86 backend, so shouldn't be run if that isn't built.

Added: 
    llvm/test/DebugInfo/X86/set.ll

Modified: 
    

Removed: 
    llvm/test/DebugInfo/Generic/set.ll


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/set.ll b/llvm/test/DebugInfo/X86/set.ll
similarity index 100%
rename from llvm/test/DebugInfo/Generic/set.ll
rename to llvm/test/DebugInfo/X86/set.ll


        


More information about the llvm-commits mailing list