<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:geek4civic@gmail.com" title="NAKAMURA Takumi <geek4civic@gmail.com>"> <span class="fn">NAKAMURA Takumi</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - fatal error: llvm/IR/Attributes.inc: No such file or directory"
   href="https://llvm.org/bugs/show_bug.cgi?id=25565">bug 25565</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - fatal error: llvm/IR/Attributes.inc: No such file or directory"
   href="https://llvm.org/bugs/show_bug.cgi?id=25565#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - fatal error: llvm/IR/Attributes.inc: No such file or directory"
   href="https://llvm.org/bugs/show_bug.cgi?id=25565">bug 25565</a>
              from <span class="vcard"><a class="email" href="mailto:geek4civic@gmail.com" title="NAKAMURA Takumi <geek4civic@gmail.com>"> <span class="fn">NAKAMURA Takumi</span></a>
</span></b>
        <pre>Fixed in r253554.

It was really missing dependencies. You can reproduce with;

  ninja -t clean
  ninja clangFrontend

Hatanaka san, FYI,

Trunk of cmakefiles is adding Attributes.inc to intrinsics_gen regardless of
add_public_tablegen_target(attributes_inc).

I think we may separate attributes_inc from intrinsics_gen, if we could
separate definitions of llvm::Attribute::AttrKind from Attributes.h.</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>