summaryrefslogtreecommitdiff
path: root/test/Driver/linker-opts.c
AgeCommit message (Expand)Author
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2016-04-18Mark -Xclang as being a compilation-only option so that the clang driverRichard Smith
2014-07-29Support LIBRARY_PATH on all Darwin targets.Bob Wilson
2013-12-17LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton
2012-12-11clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32.NAKAMURA Takumi
2012-12-11clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi
2012-10-30[driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 andChad Rosier
2012-06-18XFAIL linker-opts.c on win32 now that it doesn't pretend that link.exe is ld.Michael J. Spencer
2012-03-16test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It...NAKAMURA Takumi
2012-03-12Address some of the concerns by Chandler.Bill Wendling
2012-03-12Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling