Attempt to fix nm-archive.test after r362798
authorNico Weber <nicolasweber@gmx.de>
Fri, 7 Jun 2019 16:06:27 +0000 (16:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 7 Jun 2019 16:06:27 +0000 (16:06 +0000)
commitad6a9f81ae4c75e8e3d44c9f6486862e7c1a7bac
tree72f5d429d4cd039a4f9b52f678ad7077783b1dec
parenta8d13df4127808f89e94b92a773e4debb8ea77f4
Attempt to fix nm-archive.test after r362798

llvm-lib now needs a `target triple` for bitcode, so add a new file
that's like trivial.ll but has one, and use that in the test.
(trivial.ll had a comment that looked like it wasn't supposed to be used
in tests directly, so I don't want to change that file.)

llvm-svn: 362809
llvm/test/Object/Inputs/small.ll [new file with mode: 0644]
llvm/test/Object/nm-archive.test