| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
When testing clang that has been compiled with `-DDEFAULT_SYSROOT` set to some path,
some tests would fail. Override sysroot to be empty string for the tests to succeed
when clang is configured with `DEFAULT_SYSROOT`.
Differential Revision: https://reviews.llvm.org/D66834
Patch by Sergej Jaskiewicz <jaskiewiczs@icloud.com>.
llvm-svn: 373147
|
|
|
|
|
|
|
| |
This will be needed for the next commit that allows to switch the default
C++ library which would otherwise make these tests fail.
llvm-svn: 260661
|
|
|
|
| |
llvm-svn: 184790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-gcc-toolchain foo -> --gcc-toolchain=foo
-target foo -> --target=foo
I've added legacy aliases for the original spellings. I've updated the
canonical tests to check both spellings, and switched all of the
-gcc-toolchain usages elsewhere in the test suite to use the new one.
I've updated some of the usages of -target to the new syntax, but will
finish that in a separate entirely mechanical change once I'm sure this
won't get rolled back for some reason (It touches a *huge* number of RUN
lines in the test suite unsurprisingly).
A nice result is that the three most common flags I end up using when
doing cross compiles are all now consistent: --target=, --sysroot=, and
--gcc-toolchain=.
llvm-svn: 184408
|
|
|
|
|
|
| |
prefixes. It seems only crtbegin.o uses the strange formatting.
llvm-svn: 151094
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
actually matching the write substrings, and stop looking for a leading
'/' to try and finish fixing darwin and other hosts.
llvm-svn: 150938
|
|
|
|
| |
llvm-svn: 150907
|
|
|
|
|
|
| |
give up on matching the path prefix for the libraries.
llvm-svn: 150906
|
|
|
|
|
|
| |
prefix.
llvm-svn: 150905
|
|
|
|
|
|
| |
libraries on windows. Use two variables to make this test pass.
llvm-svn: 150903
|
|
|
|
|
|
| |
bots.
llvm-svn: 150901
|
|
|
|
| |
llvm-svn: 150900
|
|
configure's --with-gcc-toolchain. The configure option is now just a default
value for the command line one.
llvm-svn: 150898
|