[llvm-bugs] [Bug 39894] New: Compilation errors for libclang svn 348328
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 5 06:41:04 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39894
Bug ID: 39894
Summary: Compilation errors for libclang svn 348328
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: libclang
Assignee: unassignedclangbugs at nondot.org
Reporter: htmldeveloper at gmail.com
CC: klimek at google.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
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 at 877aa7b58ab3:~/build#
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181205/3ba23e8e/attachment.html>
More information about the llvm-bugs
mailing list