<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 --- - fatal error: llvm/IR/Attributes.inc: No such file or directory"
   href="https://llvm.org/bugs/show_bug.cgi?id=25565">25565</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>fatal error: llvm/IR/Attributes.inc: No such file or directory
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>octoploid@yandex.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>ahatanak@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>markus@x4 llvm_build % cmake -G Ninja -DCMAKE_BUILD_TYPE=release
-DLLVM_ENABLE_ASSERTIONS=on -DLLVM_TARGETS_TO_BUILD="X86"
-DCMAKE_CXX_FLAGS_RELEASE:STRING="-O3 -fno-strict-aliasing -march=native
-DNDEBUG -pipe"
-DCMAKE_EXE_LINKER_FLAGS="-Wl,-O1,--hash-style=gnu,--gc-sections,--icf=safe"
-DLLVM_BINUTILS_INCDIR=/usr/lib/binutils/x86_64-pc-linux-gnu/git/include
-DENABLE_PIC=1 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++ ~/llvm

markus@x4 llvm_build % ninja 
....
[1187/3124] Building CXX object
tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o
FAILED: /usr/bin/g++   -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER
-DCLANG_ENABLE_STATIC_ANALYZER -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE
-D__STDC_CONSTANT_MACROS -D_
_STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/Frontend
-I/home/markus/llvm/tools/clang/lib/Frontend
-I/home/markus/llvm/tools/clang/include -Itools/clang/includ
e -Iinclude -I/home/markus/llvm/include -fPIC -fvisibility-inlines-hidden -Wall
-W -Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializers -pedantic
 -Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment
-std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual
-fno-strict-aliasing 
-O3 -fno-strict-aliasing -march=native -pipe   -UNDEBUG  -fno-exceptions
-fno-rtti -MMD -MT
tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o
-MF

tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o.d
-o
tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o
-c /home/m
arkus/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
In file included from /home/markus/llvm/include/llvm/IR/Argument.h:19:0,
                 from /home/markus/llvm/include/llvm/IR/Function.h:23,
                 from /home/markus/llvm/include/llvm/IR/Module.h:21,
                 from /home/markus/llvm/include/llvm/IR/DiagnosticInfo.h:21,
                 from /home/markus/llvm/include/llvm/Linker/Linker.h:16,
                 from
/home/markus/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp:30:
/home/markus/llvm/include/llvm/IR/Attributes.h:68:38: fatal error:
llvm/IR/Attributes.inc: No such file or directory
compilation terminated.</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>