<html>
    <head>
      <base href="https://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 --- - [ppc64] bootstrap build get crashed when building clangAnalysis"
   href="https://llvm.org/bugs/show_bug.cgi?id=27350">27350</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[ppc64] bootstrap build get crashed when building clangAnalysis
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </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>Backend: PowerPC
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>cycheng@multicorewareinc.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Test version:
llvm/clang: r266285/r266280

Error Messages:

Building CXX object
tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFG.cpp.o
clang-3.8: /home/cycheng/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:6343:
void llvm::SelectionDAG::ReplaceAllUsesWith(llvm::SDNode*, llvm::SDNode*):
Assertion `(!From->hasAnyUseOfValue(i) || From->getValueType(i) ==
To->getValueType(i)) && "Cannot use this version of ReplaceAllUsesWith!"'
failed.
0  clang-3.8 0x0000000012050b80 llvm::sys::PrintStackTrace(llvm::raw_ostream&)
+ 128
1  clang-3.8 0x0000000012051010
..

Reproduce step:

1. Build clang with -DLLVM_ENABLE_ASSERTIONS=ON
2. Use that clang to build self again.

I also test on x86 with same version and same step, but x86 works fine.</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>