| Summary: | memcheck/tests/leak_cpp_interior has undefined references with clang | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Austin English <austinenglish> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.12 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Austin English
2016-10-18 06:41:49 UTC
User error, I had CC=clang / CXX=clang, when it should've been CC=clang CXX=clang++ So unless we want to add a sanity check to configure, this is invalid. |