Run tests in all configurations:
(standalone, with devirtualization) * (gold, lld) * (lto, thinlto)
Details
Details
- Reviewers
pcc
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/cfi/cross-dso/lit.local.cfg | ||
---|---|---|
12 ↗ | (On Diff #96022) | I thought you mentioned that cross-DSO already works for the most part under ThinLTO. If not, you can revert your change to stats.cpp. |
test/cfi/lit.cfg | ||
4 ↗ | (On Diff #96022) | Why is this change necessary now? |
test/lit.common.cfg | ||
132 | Are you using this feature name? |
test/cfi/cross-dso/lit.local.cfg | ||
---|---|---|
12 ↗ | (On Diff #96022) | Good catch. That was meant to go in cross-dso/icall/lit.local.cfg. |
test/cfi/lit.cfg | ||
4 ↗ | (On Diff #96022) | I can do it in a separate change if you want. Now we have a lot more different configs, so this is becoming important. Failing Tests (20): cfi :: cross-dso/icall/dlopen.cpp cfi :: cross-dso/icall/dlopen.cpp cfi :: cross-dso/icall/dlopen.cpp cfi :: cross-dso/icall/dlopen.cpp cfi :: cross-dso/icall/icall-from-dso.cpp cfi :: cross-dso/icall/icall-from-dso.cpp cfi :: cross-dso/icall/icall-from-dso.cpp cfi :: cross-dso/icall/icall-from-dso.cpp cfi :: cross-dso/icall/icall.cpp cfi :: cross-dso/icall/icall.cpp cfi :: cross-dso/icall/icall.cpp cfi :: cross-dso/icall/icall.cpp cfi :: cross-dso/stats.cpp cfi :: cross-dso/stats.cpp cfi :: cross-dso/stats.cpp cfi :: cross-dso/stats.cpp cfi :: icall/external-call.c cfi :: icall/external-call.c cfi :: icall/external-call.c cfi :: icall/external-call.c (^ without the change) |
test/lit.common.cfg | ||
132 | Yes! Renamed to "lld-available". |
Comment Actions
LGTM
test/cfi/lit.cfg | ||
---|---|---|
4 ↗ | (On Diff #96022) | I see, this is fine either as part of this change or as a separate change. |
This part could be factored into a function at this point.