On GreenDragon CodeGen/X86/cpus.ll is timing out on the bot with Asan & 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 parallelization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Use .ll file extension not .test
llvm/test/CodeGen/X86/cpus-64.test | ||
---|---|---|
1 ↗ | (On Diff #167275) | Maybe call this file cpus-no-x86_64.ll ? |
Comment Actions
The new files are not LLVM assembly files, they only contain RUN lines for lit that use the original cpus.ll.
Comment Actions
TBH I'd just put the foo() placeholder function in each file and use the .ll convention - its not like theres anything critical about cpus.ll