<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Clang's built EXEs from source are not same as downloaded binary"
   href="https://bugs.llvm.org/show_bug.cgi?id=36348">36348</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang's built EXEs from source are not same as downloaded binary
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>4.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>LLVM Codegen
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>sanjitforindia@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang Version : 4.0.1
OS: Windows 7
CMake: 3.10.1
Visual Studio : 2015
CMake Command Used: cmake -G"Visual Studio 14 2015 Win64" ..\llvm

I have followed steps as mentioned in the link
<a href="https://clang.llvm.org/get_started.html">https://clang.llvm.org/get_started.html</a> for building CLang in windows with
Visual Studio.

I have visual studio 2015 installed on my system and I have built `clang.exe`
from the source code by following the steps mentioned in the document.

Now the problem is the build EXE is missing some functionality and is behaving
like an old version of `CLang`.(The Basic Block names is coming as <label> in
the generated IR)

I have double checked the repository from where I downloaded the sources and
steps to built EXE.

P.S. The size of built exes are less in size compared to the downloaded binary.</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>