[PATCH] D123890: [libunwind] Update the test configuration files to support the remote execution.

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 15:48:39 PDT 2022


vvereschaka added inline comments.


================
Comment at: libunwind/test/configs/llvm-libunwind-shared.cfg.in:23
 config.test_exec_root = '@CMAKE_BINARY_DIR@'
+config.target_info = "@LIBUNWIND_TARGET_INFO@"
 
----------------
ldionne wrote:
> Why do you need this bit? Same for the static configuration.
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`.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123890/new/

https://reviews.llvm.org/D123890



More information about the llvm-commits mailing list