[all-commits] [llvm/llvm-project] 3fb48b: [compiler-rt][Android] Use correct builtins librar...
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Wed Jul 1 14:30:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fb48b70884aedc6344c17bfa1ac1c01bdc454a3
https://github.com/llvm/llvm-project/commit/3fb48b70884aedc6344c17bfa1ac1c01bdc454a3
Author: Ryan Prichard <rprichard at google.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M compiler-rt/test/lit.common.configured.in
Log Message:
-----------
[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
More information about the All-commits
mailing list