summaryrefslogtreecommitdiffstats
path: root/test/Clang/clang_static_library.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix reference to TestCmd's IS_WINDOWS in clang testsWilliam Deegan2018-11-281-1/+2
|
* PR #3244: changes per review for clang StaticLib testsMats Wichmann2018-11-281-7/+4
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Add correct archiver tool for clang on win32Mats Wichmann2018-11-261-3/+17
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Handful of changes to get clang tests passing on windows. Use glob to find ↵William Deegan2018-05-251-1/+2
| | | | other possible default mingw install paths. mingw is needed in many cases on windows to compile/archive.
* Initial commit for bringing Paweł Tomulik's clang and clang++ tools into ↵Russel Winder2017-06-211-0/+56
the mainline.