[libcxx-commits] [PATCH] D132438: [runtimes] Use a response file for runtimes test suites

Hans Wennborg via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 29 09:17:39 PDT 2022


hans added a comment.

This broke Chromium's build of android runtimes, see https://crbug.com/1357638

The problem is that we build with `-DRUNTIMES_aarch64-linux-android21_LLVM_INCLUDE_TESTS=OFF` which means no rsp file gets written, and the lit fails to reference it when we run `check-all`:

  lit: error: [Errno 2] No such file or directory: '/work/llvm-project/build.yy/runtimes/aarch64-linux-android21/Tests.rsp'

Perhaps runtimes/CMakeLists.txt should be writing an empty Tests.rsp for the case when LLVM_INCLUDE_TESTS is false?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132438



More information about the libcxx-commits mailing list