llvm-project/compiler-rt/cmake
Ryan Prichard ac716c0cc4 [builtins][Android] Fix 386->686 adjustment
At this point in this code:
 - COMPILER_RT_DEFAULT_TARGET_TRIPLE is "i686-linux-android"
 - arch is "i386"

The get_compiler_rt_target function currently turns that into:

   i686-android-linux-android

The ${COMPILER_RT_OS_SUFFIX} is "-android" and redundant, so stop
adding it.

The get_compiler_rt_target() function is used for the
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR mode that isn't normally used with
Android.

Differential Revision: https://reviews.llvm.org/D82150
2020-06-19 16:08:20 -07:00
..
Modules [builtins][Android] Fix 386->686 adjustment 2020-06-19 16:08:20 -07:00
caches [CMake] Updating Apple CMake cache file 2016-04-28 18:24:29 +00:00
base-config-ix.cmake [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
builtin-config-ix.cmake [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
config-ix.cmake [LSan] Enable for SystemZ 2020-06-16 13:45:29 +02:00