<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Compilation errors for libclang svn 348328"
   href="https://bugs.llvm.org/show_bug.cgi?id=39894">39894</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Compilation errors for libclang svn 348328
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </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>release blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>libclang
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>htmldeveloper@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>klimek@google.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>svn info:  348328


[ 82%] Built target libclang_exports
[ 82%] Building CXX object
tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o
/root/llvm/tools/clang/tools/libclang/CXType.cpp: In function 'CXCallingConv
clang_getFunctionTypeCallingConv(CXType)':
/root/llvm/tools/clang/tools/libclang/CXType.cpp:645:30: error:
'CC_AArch64VectorCall' was not declared in this scope
 #define TCALLINGCONV(X) case CC_##X: return CXCallingConv_##X
                              ^
/root/llvm/tools/clang/tools/libclang/CXType.cpp:654:7: note: in expansion of
macro 'TCALLINGCONV'
       TCALLINGCONV(AArch64VectorCall);
       ^
/root/llvm/tools/clang/tools/libclang/CXType.cpp:645:45: error:
'CXCallingConv_AArch64VectorCall' was not declared in this scope
 #define TCALLINGCONV(X) case CC_##X: return CXCallingConv_##X
                                             ^
/root/llvm/tools/clang/tools/libclang/CXType.cpp:654:7: note: in expansion of
macro 'TCALLINGCONV'
       TCALLINGCONV(AArch64VectorCall);
       ^
tools/clang/tools/libclang/CMakeFiles/libclang.dir/build.make:494: recipe for
target 'tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o' failed
make[2]: *** [tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o]
Error 1
CMakeFiles/Makefile2:42294: recipe for target
'tools/clang/tools/libclang/CMakeFiles/libclang.dir/all' failed
make[1]: *** [tools/clang/tools/libclang/CMakeFiles/libclang.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
root@877aa7b58ab3:~/build#</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>