<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 - Problem in Linking CXX shared library ../../lib/libLTO.so"
   href="https://bugs.llvm.org/show_bug.cgi?id=50612">50612</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Problem in Linking CXX shared library ../../lib/libLTO.so
          </td>
        </tr>

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

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

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>imanoj.bansal@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24921" name="attach_24921" title="make output log (after running make second time)">attachment 24921</a> <a href="attachment.cgi?id=24921&action=edit" title="make output log (after running make second time)">[details]</a></span>
make output log (after running make second time)

Hello, I have followed the following sequence to build and make Clang Project
on my Ubuntu PC (installed with Ubuntu 20.10) - 
Step 1- git clone <a href="https://github.com/llvm/llvm-project.git">https://github.com/llvm/llvm-project.git</a>
Step 2- cd llvm-project
Step 3- mkdir build
Step 4- cd build
Step 5- cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm
Step 6- make

I was able to complete cmake without any issue. 
During make process: all LLVM files are compiled except few due to missing
header files in CMakeError, and finally the program was struck during libLTO
linking process...

I have run it two times:  In the first trial program was automatically
terminated after continuing trials for 5-6 hours after displaying some error
messages. In the second trial (after enabling verbose flag), after observing
the similar situation for continuing this trial for around 3 hours, I have
terminated this program.

Please see the terminal display log as per attachment and let me know what
additional input is required.

In my PC, I have following configuration -
CMake : 3.16.3
GCC : 10.2.0
Python: 3.8.5
zlib1g: 1:1.2.11.dfsg-2ubuntu4
GNU Make: 4.3</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>