Fix macosx build broken by r330249
authorPavel Labath <labath@google.com>
Wed, 18 Apr 2018 15:23:21 +0000 (15:23 +0000)
committerPavel Labath <labath@google.com>
Wed, 18 Apr 2018 15:23:21 +0000 (15:23 +0000)
commit10831f594a1d2691a8603584b790dd95e4055a27
tree3718ed710521f4c0e44e8f851b775dc58852335a
parent1f87618f8f45ae470a728c7ea2faeab40f6b3cc5
Fix macosx build broken by r330249

It seems llc crashes when targetting darwin with split-dwarf (pr37164).
This happens on all inputs, not just the one I added in the above
commit. Work around the issue by hardcoding the target triple to linux,
which is what all split-dwarf tests seem to be doing.

As I don't know of a way to specify the os part of the triple without
spelling out the architecture as well, I move the new test to the X86
folder.

llvm-svn: 330265
llvm/test/DebugInfo/Generic/debug-names-one-cu.ll
llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll [new file with mode: 0644]