<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 --- - LLVM_OPTIMIZED_TABLEGEN broken"
   href="https://llvm.org/bugs/show_bug.cgi?id=23328">23328</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM_OPTIMIZED_TABLEGEN broken
          </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>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>cmake
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>t.scheller@samsung.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>Tried to build with -DLLVM_OPTIMIZED_TABLEGEN=ON on x86-64 Linux
(-DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON):

$ make
[  4%] Built target LLVMSupport
[  6%] Built target LLVMTableGen
[  8%] Built target llvm-tblgen
make[2]: *** No rule to make target 'NATIVE/bin/llvm-tblgen', needed by
'include/llvm/IR/Intrinsics.gen.tmp'.  Stop.
CMakeFiles/Makefile2:480: recipe for target
'include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all' failed
make[1]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

This is with r235577 and CMake 3.0.2.

Any idea what could be wrong?

If you know of any "known good" revisions I'd be happy to give it try to see if
this is a regression.</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>