Chandler Carruth
85061b51d2
Skip testing the crtbegin.o, and resume using a single variable for the
...
prefixes. It seems only crtbegin.o uses the strange formatting.
llvm-svn: 151094
2012-02-21 22:21:50 +00:00
Chandler Carruth
286e0e0818
Clean up, add some documentation, and make this test return to checking
...
the linker toolchainness a bit more thoroughly. It used to work this
way, but hit buildbot issues. Hopefully subsequent fixes have addressed
those problems, but I'll be watching the bots.
llvm-svn: 151090
2012-02-21 21:51:40 +00:00
Chandler Carruth
4fc5fcd121
Make the regular expressions in this test more narrow to ensure we're
...
actually matching the write substrings, and stop looking for a leading
'/' to try and finish fixing darwin and other hosts.
llvm-svn: 150938
2012-02-19 23:09:50 +00:00
Rafael Espindola
322d2f4032
Don't check for /lib and /usr/lib.
...
llvm-svn: 150907
2012-02-19 02:43:03 +00:00
Rafael Espindola
1c4bd44052
Our handling of variables in FileCheck looks really broken on windws. Just
...
give up on matching the path prefix for the libraries.
llvm-svn: 150906
2012-02-19 02:33:09 +00:00
Rafael Espindola
8c53669a2d
Add an extra CHECK line to make sure TOOLCHAIN2 matches just the path
...
prefix.
llvm-svn: 150905
2012-02-19 02:23:50 +00:00
Rafael Espindola
7c3e065573
Looks like we use forward slashes for header search but back slashes for
...
libraries on windows. Use two variables to make this test pass.
llvm-svn: 150903
2012-02-19 02:03:47 +00:00
Rafael Espindola
c499573145
Try to match the linker being named ld.exe. Second try at fixing the windows bots.
...
llvm-svn: 150901
2012-02-19 01:52:23 +00:00
Rafael Espindola
70f2ad1afb
Don't assume a path starts with a /. Should fix the windows bot.
...
llvm-svn: 150900
2012-02-19 01:47:01 +00:00
Rafael Espindola
1af7c219c7
Implement a -gcc-toolchain command line option that does the same as
...
configure's --with-gcc-toolchain. The configure option is now just a default
value for the command line one.
llvm-svn: 150898
2012-02-19 01:38:32 +00:00