diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/bswapsi2_test.c')
| -rw-r--r-- | compiler-rt/test/builtins/Unit/bswapsi2_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/builtins/Unit/bswapsi2_test.c b/compiler-rt/test/builtins/Unit/bswapsi2_test.c index d2f03cb7482..07f1e3a81a6 100644 --- a/compiler-rt/test/builtins/Unit/bswapsi2_test.c +++ b/compiler-rt/test/builtins/Unit/bswapsi2_test.c @@ -1,5 +1,6 @@ // UNSUPPORTED: armv6m-target-arch // RUN: %clang_builtins %s %librt -o %t && %run %t +// REQUIRES: librt_has_bswapsi2 //===-- bswapsi2_test.c - Test __bswapsi2 ---------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |

