Right now we only have unit tests. This will allow testing the whole
tool. Even though We can't really check actual values, this will avoid
regressions such as PR39055.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22973 Build 22972: arc lint + arc unit
Event Timeline
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 ↗ | (On Diff #166833) | You also need to be running on a CPU for which there is a llvm-exegesis-friendly sched profile (i.e. counters are specified), and you are allowed to read those counters. |
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 ↗ | (On Diff #166833) | Ah, yes, thanks Roman. I'll revert this. |
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 ↗ | (On Diff #166833) | Can you instead do run-time detection here? |