<div dir="ltr">Removing targets from the LLVM build at least is easy—just specify -DLLVM_TARGETS_TO_BUILD="X86" (or whatever target(s) you need) to your CMake cache. (I don't know the equivalent configure flag off the top of my head, but there is one.) I'm not sure whether the LLVM targets-to-build propagates automatically to remove code from Clang, though.<div>
<br></div><div style>-Joe</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 4, 2013 at 7:48 AM, Daniel Kudrow <span dir="ltr"><<a href="mailto:dkudrow@gmail.com" target="_blank">dkudrow@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Dimitri and John!<br>
You confirm what I suspected after a few weeks of reading through<br>
codebase. My primary concern at the moment is the time it takes to<br>
debug so I will begin by removing targets in the Makefile. I think my<br>
next step is going to be removing target specific code that I don't<br>
need (i.e. Hexagon, PPC, &c.). If I am able to do this, I will post my<br>
process/results to this thread.<br>
<br>
Thanks again,<br>
Dani<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>