[llvm-bugs] [Bug 27318] New: asan TestCases/throw_invoke_test.cc fails on systems without libstdc++
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 11 09:47:21 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27318
Bug ID: 27318
Summary: asan TestCases/throw_invoke_test.cc fails on systems
without libstdc++
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
This test is failing on the FreeBSD 11 buildbot, because the system has no
libstdc++, and the test unconditionally uses -stdlib=libstdc++.
> clang-3.9: warning: argument unused during compilation: '-static-libstdc++'
> /usr/bin/ld: cannot find -lstdc++
> clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160411/14ee8549/attachment.html>
More information about the llvm-bugs
mailing list