summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/bitrig.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-29/+0
| | | | | | | | Bitrig code has been merged back to OpenBSD, thus the OS has been abandoned. Differential Revision: https://reviews.llvm.org/D35708 llvm-svn: 308797
* Fix some more tests with CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld2016-03-141-1/+1
| | | | | | | Also use -stdlib=platform instead of -stdlib=libstdc++ when testing if Clang chooses the correct default for the given platform. llvm-svn: 263435
* Bitrig's standard C++ standard library changed from libstdc++ to libc++.Richard Smith2014-05-011-6/+6
| | | | | | | Also, it uses libc++abi and needs pthread. While there, fix the libc++ include path. Patch by Patrick Wildt! llvm-svn: 207813
* Handle -pthread, -pg and -shared correctly on bitrig.Rafael Espindola2012-10-231-0/+15
| | | | | | Patch by David Hill. llvm-svn: 166483
* Remove an unneeded flag from the bitrig driver tests.Chandler Carruth2012-10-171-3/+3
| | | | | | Based loosely on a patch from David Hill. llvm-svn: 166096
* Make Bitrig's clang understand -stdlib= correctly.Chandler Carruth2012-10-081-0/+14
With this patch Bitrig can use a different c++ library without pain and within the normal commandline parameters. Original patch by David Hill, with lots of fixes and cleanup by me. llvm-svn: 165430
OpenPOWER on IntegriCloud