Not all options were propageted into tests.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 60,120 ms | x64 debian > LLVM.CodeGen/NVPTX::wmma.py | 
Event Timeline
| clang/test/Unit/lit.cfg.py | ||
|---|---|---|
| 33 | How about initializing an LLVMConfig instance instead of replicating this for each project? Although LLVMConfig does some extra handling, I guess it shouldn't hurt anything.  | |
| clang/test/Unit/lit.cfg.py | ||
|---|---|---|
| 33 | This is /Unit/, not a regular lit test, maybe it will work, but it should be a different patch.  | |
Comment Actions
I'm looking at relevant code recently. This LGTM.
| clang/test/Unit/lit.cfg.py | ||
|---|---|---|
| 33 | yeah, sounds good to me.  | |
How about initializing an LLVMConfig instance instead of replicating this for each project? Although LLVMConfig does some extra handling, I guess it shouldn't hurt anything.