<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:t.scheller@samsung.com" title="Tilmann Scheller <t.scheller@samsung.com>"> <span class="fn">Tilmann Scheller</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - LLVM_OPTIMIZED_TABLEGEN broken"
   href="https://llvm.org/bugs/show_bug.cgi?id=23328">bug 23328</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - LLVM_OPTIMIZED_TABLEGEN broken"
   href="https://llvm.org/bugs/show_bug.cgi?id=23328#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - LLVM_OPTIMIZED_TABLEGEN broken"
   href="https://llvm.org/bugs/show_bug.cgi?id=23328">bug 23328</a>
              from <span class="vcard"><a class="email" href="mailto:t.scheller@samsung.com" title="Tilmann Scheller <t.scheller@samsung.com>"> <span class="fn">Tilmann Scheller</span></a>
</span></b>
        <pre>Thanks for the quick fix!

I just gave this a try with r236412 and it successfully builds now :)

Unfortunately the build is about one minute slower though, the root cause seems
to be that the optimized TableGen binary is only built on one core as you can
see in the following excerpt of the build log ("warning: jobserver unavailable:
using -j1.  Add '+' to parent make rule.")

...
-- Generating done
-- Build files have been written to: /home/t/work/arm/obj-debug/NATIVE
[ 13%] Built target CONFIGURE_LLVM_NATIVE
^[[35m^[[1mScanning dependencies of target LLVM-tablegen-host
^[[35m^[[1mScanning dependencies of target CLANG-tablegen-host
^[[0m^[[0m[ 13%] [ 13%] ^[[34m^[[1mBuilding native TableGen...
^[[0m^[[34m^[[1mBuilding native TableGen...
^[[0mgmake[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent
make rule.
gmake[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make
rule.
^[[35m^[[1mScanning dependencies of target LLVMTableGen
^[[35m^[[1mScanning dependencies of target LLVMTableGen
^[[0m^[[0m[  0%] [  0%] ^[[32mBuilding CXX object
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o
^[[32mBuilding CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o
^[[0m^[[0m[  0%] [  0%] ^[[32mBuilding CXX object
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
^[[0m^[[32mBuilding CXX object
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
...

I guess CMake is creating an inefficient Makefile here?</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>