=?utf-8?q?Björn?= Svensson <[email protected]>, =?utf-8?q?Björn?= Svensson <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -43,6 +43,12 @@ // RUN: %clang -fsanitize=fuzzer --target=i386-unknown-linux -stdlib=libc++ -static-libstdc++ %s -### 2>&1 | FileCheck --check-prefixes=CHECK-LIBCXX-STATIC %s // CHECK-LIBCXX-STATIC: "-Bstatic" "-lc++" +// Check that we add required sanitizer dependencies when dynamically linking +// the sanitizer runtime (e.g. libFuzzer uses ceilf in libm). ---------------- DanBlackwell wrote: NIT: I don't see `ceilf` being used in libFuzzer, but it looks like `sqrt` is (which is also from libm iirc) https://github.com/llvm/llvm-project/pull/164842 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
