[PATCH] D153229: [llvm] Move StringExtras.h include from Error.h to Error.cpp

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 14:45:11 PDT 2023


MaskRay added a comment.

I've used something like `for i in llvm clang clang-tools flang lld lldb bolt mlir; do LIT_OPTS='--filter=xxx --allow-empty-runs' ninja -C /tmp/Rel check-$i` to ensure I have built everything, beside a few projects I run `check-$i`.
It's always good to make the last-minute testing as llvm-project has 100+ commits every day.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153229



More information about the cfe-commits mailing list