These changes allow remote execution for the libunwind library tests.
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGdb92019ab97b: [libunwind] Update the test configuration files to support the remote execution.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
@ldionne, would you take a look? I would like to restart our ARMv7 win-to-linux cross builder with these new configuration files, but they don't work with the remote test execution properly.
This looks reasonable to me, but I have a question.
libunwind/test/configs/llvm-libunwind-shared.cfg.in | ||
---|---|---|
23 | Why do you need this bit? Same for the static configuration. |
libunwind/test/configs/llvm-libunwind-shared.cfg.in | ||
---|---|---|
23 | I just did it in the same way as it done for libcxx tests. The target_info property is still used within the libcxx test framework files, such as libcxx/utils/libcxx/test/config.py and libcxx/utils/libcxx/test/target_info.py. |
Why do you need this bit? Same for the static configuration.