Marked currently failing tests with XFAIL. Tests that hang are marked Unsupported.
To try, configure your standalone compiler-rt build with the following CMake variables:
CMAKE_C_COMPILER=arm-linux-gnueabi-gcc COMPILER_RT_TEST_COMPILER=clang COMPILER_RT_TEST_TARGET_TRIPLE=arm-linux-gnueabi COMPILER_RT_TEST_COMPILER_CFLAGS='-target arm-linux-gnueabi --sysroot=$ARM_SYSROOT -B$GCC_DIR' COMPILER_RT_EMULATOR=qemu-arm-wrapper.sh