jfb added a comment.

I did a build of all LLVM monorepo projects, and only LLVM / clang / 
clang-tools-extra are impacted. I therefore ran tests as follows, and they all 
pass:

  rm -rf debug ; mkdir debug && (cd debug && cmake -G Ninja ../llvm 
-DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Debug 
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" && ninja check-all )

I haven't run `clang-format` yet so ignore formatting. Otherwise, this patch is 
ready for review and getting committed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63518



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to