Eli Friedman
|
d749c6bf2e
|
Revert r148138; it's causing test failures.
llvm-svn: 148141
|
2012-01-13 21:33:06 +00:00 |
Sebastian Pop
|
9a8d528ddf
|
rename -ccc-host-triple into -target
llvm-svn: 148138
|
2012-01-13 20:37:02 +00:00 |
Roman Divacky
|
115f0fa397
|
Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker
invocation.
This mimics what gcc does and fixes libtool check for libraries.
llvm-svn: 124558
|
2011-01-30 08:12:24 +00:00 |
Benjamin Kramer
|
ed3d85a7f0
|
Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path.
llvm-svn: 124494
|
2011-01-28 18:28:30 +00:00 |
Rafael Espindola
|
5275559c2e
|
Update tests to not search of as.
llvm-svn: 117711
|
2010-10-29 21:18:11 +00:00 |
Daniel Dunbar
|
ce25f33e2a
|
Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the
cases we care about.
- This is eventually going to be unified outside the host specific code.
llvm-svn: 110693
|
2010-08-10 17:39:05 +00:00 |
Daniel Dunbar
|
5618e98f33
|
Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
llvm-svn: 91460
|
2009-12-15 22:01:24 +00:00 |
Daniel Dunbar
|
6c536aa0fb
|
Driver: Switch to using "clang" "-cc1" instead of "clang-cc".
llvm-svn: 91174
|
2009-12-11 23:00:49 +00:00 |
Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
John Thompson
|
271f1f07bc
|
Converted to use FileCheck.
llvm-svn: 84005
|
2009-10-13 18:51:26 +00:00 |
Daniel Dunbar
|
516bb9dd76
|
Remove arch normalization from Driver, this should be unnecessary now that
things have moved to llvm::Triple.
llvm-svn: 79902
|
2009-08-24 09:16:49 +00:00 |
Eli Friedman
|
7d369cd2a6
|
Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches
by Jonathan Gray and Krister Walfridsson.
llvm-svn: 75268
|
2009-07-10 20:10:06 +00:00 |
Daniel Dunbar
|
4ddeb20743
|
Test a few more bits of the driver.
llvm-svn: 70816
|
2009-05-04 00:31:11 +00:00 |