<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 12:52 PM, John Thompson <span dir="ltr"><<a href="mailto:john.thompson.jtsoftware@gmail.com" target="_blank">john.thompson.jtsoftware@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  Sean,<br>
<br>
  I revised per your comments, except for the one about -- in the command line, as I don't understand.  I think you can use either "-' or "--" for options.  I don't know about using "--" to separate the compiler options.<br>
</blockquote><div><br></div><div>Most command line tools use a single argument containing `--` to indicate "everything after this is a positional argument". E.g., grep takes a `-i` option which asks it to be case insensitive. But what do you do if you want your pattern to be `-i`? Without `--`, grep would think that it was an option instead of the actual pattern to be searched for, so this is the command line you use to get the desired result:</div>
<div><br></div><div>grep -- -i foo.txt</div><div><br></div><div>-- Sean Silva </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  Kim,<br>
<br>
  What I usually do in the case of strange build errors on Windows is update cmake, delete the CMakeCache.txt file, rerun the initial camke command line ("cmake -G "Visual Studio 10" -DCLANG_BUILD_EXAMPLES=ON ." in my case), run clean in Visual Studio, then a build.  I just did this, but didn't see any error, so I'm not sure what to do.<br>

<br>
  -John<br>
<div class="im"><br>
Hi silvas, kimgr,<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D2020" target="_blank">http://llvm-reviews.chandlerc.com/D2020</a><br>
<br>
CHANGE SINCE LAST DIFF<br>
</div>  <a href="http://llvm-reviews.chandlerc.com/D2020?vs=5156&id=5196#toc" target="_blank">http://llvm-reviews.chandlerc.com/D2020?vs=5156&id=5196#toc</a><br>
<div class="HOEnZb"><div class="h5"><br>
Files:<br>
  test/pp-trace/pp-trace-macro.cpp<br>
  pp-trace/PPTrace.cpp<br>
  pp-trace/PPCallbacksTracker.h<br>
  pp-trace/PPCallbacksTracker.cpp<br>
  pp-trace/CMakeLists.txt<br>
  pp-trace/Makefile<br>
  CMakeLists.txt<br>
  Makefile<br>
</div></div></blockquote></div><br></div></div>