Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 425 Bytes

faq.md

File metadata and controls

8 lines (5 loc) · 425 Bytes

DR.CHECKER FAQ

The run_all.py script throws errors, what should I do?

Sample LLVM Build Error Yes, it is common to see run_all.py throwing errors during llvm build stage. These errors are because, llvm fails to compile .S files. As most of these files are kernel internal, we need not worry about them.

tl;dr its fine.