Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB | Jonas Hahnfeld | 2016-03-14 | 1 | -4/+4 |
| | | | | | | | | | Also introduce -stdlib=platform to override the configured value and use it to make the tests always pass. Differential Revision: http://reviews.llvm.org/D17286 llvm-svn: 263434 | ||||
* | As reported in https://llvm.org/bugs/show_bug.cgi?id=25496, on FreeBSD, | Dimitry Andric | 2016-02-14 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | C++ programs compiled for profiling (using `-pg`) should be linked with `-lc++_p` (or `-lstdc++_p`, depending on the `-stdlib=` setting), not with the regular C++ libraries. Add a `FreeBSD::AddCXXStdlibLibArgs()` override to handle this, and add a test case for it. While here, extend the test case for the proper passing of -lm and -lm_p. Reviewers: compnerd, davide, dws, emaste Reviewed By: compnerd Differential Revision: http://reviews.llvm.org/D16264 llvm-svn: 260851 | ||||
* | Rename test.cc files to test.cpp. | Nico Weber | 2014-12-22 | 1 | -0/+6 |
The lit.cfg files only add .cpp to suffixes, so these tests used to never run, oops. (Also tweak to of these tests in minor ways to make the actually pass.) llvm-svn: 224718 |