<div>So to use the old clang-cc options, you use the -cc1 option?  I.e.:</div>
<div> </div>
<div>clang-cc -faltivec -syntax-only Parser/ativec.c</div>
<div> </div>
<div>becomes:</div>
<div> </div>
<div>clang -cc1 -faltivec -syntax-only Parser/ativec.c<br></div>
<div>If so, you probably want to fix the --help option to show "-cc1", or otherwise indicate how it is done.  Otherwise the only clue is the -Xclang option, which I couldn't get to work.</div>
<div> </div>
<div>Use:</div>
<div> </div>
<div>clang -cc1 --help</div>
<div> </div>
<div>to get the old options.</div>
<div> </div>
<div>Are we moving to make the driver recognize the clang-cc options, or at least those for which it makes sense?</div>
<div> </div>
<div>The tests still seem to work, even though I removed clang-cc.exe.  Is the test driver translating the clang-cc run lines?</div>
<div> </div>
<div>The user guide could use some work to be more complete and formatted more clearly with respect to the options.  If it's on no one's plate, I'd be happy to help with that, once things are settled.</div>
<div> </div>
<div>-John</div>
<div> </div>
<div class="gmail_quote">On Mon, Dec 14, 2009 at 6:21 PM, Daniel Dunbar <span dir="ltr"><<a href="mailto:daniel@zuster.org">daniel@zuster.org</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">(resending for visibility beyond cfe-commits)<br><br>clang-cc has been removed, for sanity you should probably remove any<br>
copies you find lying around in your development trees. It has been<br>replaced by 'clang -cc1', so both tools are in a single executable.<br><br>clang (the driver) still calls clang -cc1 (the frontend) during<br>
compilation, so don't expect gdb/shark on clang to work differently,<br>yet.<br><br> - Daniel<br>_______________________________________________<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></blockquote></div><br><br clear="all"><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br>
<br>