diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c b/compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c index ea6c4056377..0dc6636552c 100644 --- a/compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c +++ b/compiler-rt/test/builtins/Unit/ppc/fixtfdi_test.c @@ -1,5 +1,5 @@ -// 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 <stdio.h> #include <limits.h> #include <stdint.h> @@ -476,4 +476,4 @@ int main(int argc, char *argv[]) { } return 0; -}
\ No newline at end of file +} |