This patch aims to enable the tests for the builtin functions (that currently already exist for PowerPC within compiler-rt) for PowerPC 64bit LE (ppc64le). Previously when regression tests are run, these tests would be reported as UNSUPPORTED, perhaps due to the incorrect target architecture.
The following changes were made in this patch:
- Updating the REQUIRES line for each test, to enable testing on ppc64le
- Adding %librt in the RUN line, to link against compiler-rt when running the tests
With this patch, seven tests are run, but two are failures. The failures are from floatditf.c and floatunditf.c respectively, due to the use of COMPILER_RT_ABI in these two test files. This patch will require input on whether or not COMPILER_RT_ABI should or should not be included within these tests.