[compiler-rt][Android] Use correct builtins library name for tests
authorRyan Prichard <rprichard@google.com>
Wed, 1 Jul 2020 21:30:25 +0000 (14:30 -0700)
committerRyan Prichard <rprichard@google.com>
Wed, 1 Jul 2020 21:30:25 +0000 (14:30 -0700)
commit3fb48b70884aedc6344c17bfa1ac1c01bdc454a3
tree2a41f86e51d3b4bff5426876f35a33fc355fbd19
parent31e6cd28a5a8afeea4a7f89d54ccf87eaba9f76c
[compiler-rt][Android] Use correct builtins library name for tests

The builtins library name is special on Android:

 * There is an "-android" suffix.

 * For the compiler-rt i386 architecture, Android targets i686 (in the
   triple and in the builtins library filename)

With this change, check-builtins works with Android.

Reviewed By: compnerd

Differential Revision: https://reviews.llvm.org/D82149
compiler-rt/test/lit.common.configured.in