diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/ppc/floatditf_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/ppc/floatditf_test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler-rt/test/builtins/Unit/ppc/floatditf_test.c b/compiler-rt/test/builtins/Unit/ppc/floatditf_test.c index 5c08ade4bdf..e9b9458349e 100644 --- a/compiler-rt/test/builtins/Unit/ppc/floatditf_test.c +++ b/compiler-rt/test/builtins/Unit/ppc/floatditf_test.c @@ -1,7 +1,8 @@ -// REQUIRES: powerpc-registered-target -// RUN: %clang_builtins %s -o %t && %run %t +// REQUIRES: target-is-powerpc64le +// RUN: %clang_builtins %s %librt -o %t && %run %t #include <stdint.h> #include <stdio.h> +#include "int_lib.h" COMPILER_RT_ABI long double __floatditf(int64_t); |