Not all options were propageted into tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Unit/lit.cfg.py | ||
---|---|---|
33–45 | 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–45 | 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–45 | 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.