Move test back to Generic now it's fixed the right way (thanks Eric!)
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Oct 2015 16:26:28 +0000 (16:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Oct 2015 16:26:28 +0000 (16:26 +0000)
commitc7fc9259e6bc62223cf510db19bdc6315af48910
tree9d675492dd3f3dd1bbcde567ac555de8a38ddd22
parentf33703d2272ee63fe62a9559233caf1b1ad6571b
Move test back to Generic now it's fixed the right way (thanks Eric!)

I knee-jerk tried to fix this in completely the wrong way - it's not an
CPU limitation, but an OS/object file type one, so moving it
into a CPU-specific classification didn't help at all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249562 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/Generic/def-line.ll [new file with mode: 0644]
test/DebugInfo/X86/def-line.ll [deleted file]