diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c b/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c index 52a03e17a8c..2a60d5bd19e 100644 --- a/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c +++ b/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c @@ -1,4 +1,8 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t +// +// Bug 42496 +// XFAIL: sparcv9-target-arch +// //===-- compiler_rt_logbl_test.c - Test __compiler_rt_logbl ---------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |