[libc-commits] [PATCH] D76978: [libc builder] Add custom step to run clang-tidy.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 30 14:12:04 PDT 2020


PaulkaToast marked 2 inline comments as done.
PaulkaToast added inline comments.


================
Comment at: zorg/buildbot/builders/annotated/libc-linux.py:21
+    with step('cmake'):
+        projects = ['llvm', 'libc', 'clang', 'clang-tools-extra']
 
----------------
abrachet wrote:
> I think to use sanitizers we need to build compiler-rt too.
We don't build libc with the clang we compile. We compile clang-tidy because our new checks have not released yet so its not present in the system clang, unlike the sanitizes. 


Repository:
  rZORG LLVM Github Zorg

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

https://reviews.llvm.org/D76978





More information about the libc-commits mailing list