Attempt to fix a debuginfo test that wasn't as generic as I thought
authorJeremy Morse <jeremy.morse@sony.com>
Fri, 6 Dec 2019 12:50:18 +0000 (12:50 +0000)
committerJeremy Morse <jmorse+git@studentrobotics.org>
Fri, 6 Dec 2019 12:51:58 +0000 (12:51 +0000)
commit4650b2f36949407ef25686440e3d65ac47709deb
treed05dfa4a26d127e04777f9ec71ff837871d59074
parenta3b2552575d3c333e928446fac10cc5b0b4092a9
Attempt to fix a debuginfo test that wasn't as generic as I thought

An ARM buildbot croaks when this test doesn't have a triple specified:

  http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/12021/

Move the test to the X86 directory and put an x86_64 triple on the
llc command line.
llvm/test/DebugInfo/X86/codegenprep-addrsink.ll [moved from llvm/test/DebugInfo/Generic/codegenprep-addrsink.ll with 98% similarity]