summaryrefslogtreecommitdiff
path: root/test/Driver/cpath.c
AgeCommit message (Expand)Author
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2012-10-30[driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 andChad Rosier
2012-03-25test/Driver/cpath.c: Escape a few args that contain %{pathsep}.NAKAMURA Takumi
2012-03-21Try to get cpath.c passing on windows, using lit's new ${pathsep} variable.Nico Weber
2012-03-19test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now.NAKAMURA Takumi
2012-03-19Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...Nico Weber
2011-10-06[driver] Fix test case for Windows due to fallout from r141202+r141205.Chad Rosier
2011-09-23Reenable -cxx-isystem for Objective C++, until I come up with a better solutionBenjamin Kramer
2011-09-22Don't test unix path seperators, that will fail on windows.Benjamin Kramer
2011-09-22See if going through env pacifies the windows buildbots.Benjamin Kramer
2011-09-22Add support for CPATH and friends.Benjamin Kramer