Re-recommit: Add support for the new mips-mti-linux toolchain.Last time, this caused two Windows buildbots and a single ARM buildbot to fail.I XFAIL'd the failing test on win32,win64 machines in o
Re-recommit: Add support for the new mips-mti-linux toolchain.Last time, this caused two Windows buildbots and a single ARM buildbot to fail.I XFAIL'd the failing test on win32,win64 machines in order to see if the ARMbuildbot complains again.llvm-svn: 252901
show more ...
Revert "[mips] Add support for the new mips-mti-linux toolchain."This reverts commits r251633. I'll investigate the test failure off trunk inorder to keep the buildbots clean.llvm-svn: 251698
[mips] Add support for the new mips-mti-linux toolchain.The original commit in r249137 added the mips-mti-linux toolchain. However,the newly added tests of that commit failed in few buildbots. Thi
[mips] Add support for the new mips-mti-linux toolchain.The original commit in r249137 added the mips-mti-linux toolchain. However,the newly added tests of that commit failed in few buildbots. This commitre-applies the original changes but XFAILs the test file which causedthe buildbot failures. This will allow us to examine what's going wrongwithout having to commit/revert large changes.llvm-svn: 251633
Remove support for the mips-mti-linux toolchain.There are two remaining buildbot failures that we'll have toinvestigate before submitting this again.llvm-svn: 249298
Re-commit "Add support for the new mips-mti-linux toolchain."r249137 added support for the new mips-mti-linux toolchain. However,the new tests of that commit, broke some buildbots because they did
Re-commit "Add support for the new mips-mti-linux toolchain."r249137 added support for the new mips-mti-linux toolchain. However,the new tests of that commit, broke some buildbots because they didn't usethe correct regular expressions to capture the filename of Clang & LLD.This commit re-applies the changes of r249137 and fixes the tests inr249137 in order to match the filenames of the Clang and LLD executable.llvm-svn: 249294
Revert "Add support for the new mips-mti-linux toolchain."This reverts commit r249137 because it broke the Windows buildbots anda Linux buildbot for LLD.llvm-svn: 249141
Add support for the new mips-mti-linux toolchain.Summary:This new toolchain uses primarily LLVM-based tools, eg. compiler-rt, lld,libcxx, etc. Because of this, it doesn't require neither an exist
Add support for the new mips-mti-linux toolchain.Summary:This new toolchain uses primarily LLVM-based tools, eg. compiler-rt, lld,libcxx, etc. Because of this, it doesn't require neither an existing GCCinstallation nor a GNU environment. Ideally, in a follow-up patch wewould like to add a new --{llvm|clang}-toolchain option (similar to--gcc-toolchain) in order to allow the use of this toolchain withindependent Clang builds. For the time being, we use the --sysrootoption just to test the correctness of the paths generated by thedriver.Reviewers: atanasyan, dsanders, rsmithSubscribers: jfb, tberghammer, danalbert, srhines, dschuff, cfe-commitsDifferential Revision: http://reviews.llvm.org/D13340llvm-svn: 249137