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

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Mar 28 10:44:45 PDT 2020


abrachet added inline comments.


================
Comment at: zorg/buildbot/builders/annotated/libc-linux.py:21
+    with step('cmake'):
+        projects = ['llvm', 'libc', 'clang', 'clang-tools-extra']
 
----------------
I think to use sanitizers we need to build compiler-rt too.


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