https://reviews.llvm.org/D139623 replaces CMAKE_CFG_INTDIR
with '.' for multi-config builds. However, this change has
not been reflected in mlir, flang, polly, lld, and clang.
The patch updates the path to LLVMConfig.cmake for those
projects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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!
Comment Actions
The debian pre-checkin test is unfortunately quite unstable. I see the same failures in D141469 for example.
This looks good to go.
Comment Actions
Would you mind helping me commit this change? I unfortunately don't have commit access. Thank you!