diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Linux/static-link.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Linux/static-link.cpp --- a/compiler-rt/test/ubsan/TestCases/Misc/Linux/static-link.cpp +++ b/compiler-rt/test/ubsan/TestCases/Misc/Linux/static-link.cpp @@ -1,5 +1,6 @@ // REQUIRES: ubsan-standalone // REQUIRES: arch=x86_64 +// REQUIRES: librt_has_multf3 // RUN: %clangxx -fsanitize=bool -static %s -o %t && UBSAN_OPTIONS=handle_segv=0:handle_sigbus=0:handle_sigfpe=0 %run %t 2>&1 | FileCheck %s #include #include