OSDN Git Service

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)
commit957624db469c173854def38dcfe1d43918cc4358
tree1b9451ad86a6a7d4a8223f600669752ed7a4259c
parent61929289115a8f222eea003dea1ff104ecb3d5f1
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.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362809 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Inputs/small.ll [new file with mode: 0644]
test/Object/nm-archive.test