[PATCH] D141538: [cmake] Fix path to LLVMConfig.cmake for multi-config builds

Nhat Nguyen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 10:40:32 PST 2023


nhat-nguyen added a comment.

The build is failing on debian with these 4 tests timing out:

  Timed Out Tests (4):
    Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vloxseg.c
    Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vluxseg.c
    Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/vloxseg.c
    Clang :: CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/vluxseg.c

This is the first time I've contributed to llvm, are these known to time out since the cmake changes shouldn't affect codegen test right? How would I go about resolving these so that the change can land? Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141538



More information about the cfe-commits mailing list