Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further split cpus test | Jonas Devlieghere | 2018-10-26 | 1 | -25/+0 |
| | | | | | | | | | | On GreenDragon, CodeGen/X86/cpus-no-x86_64.ll was still timing out even after breaking up the original test. I further split off the intel and AMD cpus which hopefully resolves this. http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/ llvm-svn: 345438 | ||||
* | Split invocations in CodeGen/X86/cpus.ll among multiple tests. (NFC) | Jonas Devlieghere | 2018-09-28 | 1 | -0/+37 |
On GreenDragon `CodeGen/X86/cpus.ll` is timing out on the bot with Asan and UBSan enabled. With the same configuration on my machine, the test passes but takes more than 3 minutes to do so. I could increase the timeout, but I believe it makes more sense to split up the test because it allows for more parallelism. Differential revision: https://reviews.llvm.org/D52603 llvm-svn: 343313 |