<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Command line error D8021: invalid numeric argument '/Wno-variadic-macros"
   href="http://llvm.org/bugs/show_bug.cgi?id=21219">21219</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Command line error D8021: invalid numeric argument '/Wno-variadic-macros
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cmake
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>chamal.desilva@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>OS: Windows 8
Visual Studio 2013 express edition

Steps to reproduce
------------------
1. Download llvm and clang source code according to instructions provided in
   <a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> web page's "Using Visual Studio"
section.
2. Run
   cmake" -G "Visual Studio 12" -DCMAKE_BUILD_TYPE=Release ..\llvm
3. Recieved this error.
   Configuring incomplete, errors occurred.
4. Last error in CMakeError.log is
   Command line error D8021: invalid numeric argument '/Wno-variadic-macros'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>