<div dir="ltr">You can run "ninja check-llvm" to run all the tests that belong to llvm/.   Similarly "ninja check-clang" tests clang/. "ninja check-lld" will test lld. etc.  "ninja check-all" will test all projects enabled with -DLLVM_ENABLE_PROJECTS from when you ran cmake.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">~Craig</div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 14, 2020 at 1:02 PM Paul C. Anagnostopoulos via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">First, a tangential question: I swear it was the case that when I made a change to TableGen and then built lib/Target/all, Ninja would rebuild all the target .inc files. Today it does not. Am I losing my mind?<br>
<br>
Anyway, my primary question: What is the best way to test the compiler after making a change that affects it? In particular, I am changing things in the xxxGenInstrInfo.inc files. Up until now, I have not had to test the compiler.<br>
<br>
I know that that are various executables that run unit tests. Is there something that ties them all together?<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>