[LLVMbugs] [Bug 22846] New: make with default target fails to compile
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Mar 8 15:59:27 PDT 2015
http://llvm.org/bugs/show_bug.cgi?id=22846
Bug ID: 22846
Summary: make with default target fails to compile
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: OrcJIT
Assignee: unassignedbugs at nondot.org
Reporter: legalize at xmission.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
[ 32%] Building CXX object
lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o
In file included from
/home/richard/dev/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp:10:
In file included from
/home/richard/dev/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:20:
/home/richard/dev/llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h:125:67:
error: only virtual member functions can be marked 'override'
bool provides(StringRef Name, bool ExportedSymbolsOnly) const override {
^~~~~~~~
1 error generated.
make[2]: ***
[lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o]
Error 1
make[1]: *** [lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/all] Error 2
make: *** [all] Error 2
--
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/20150308/41465aa6/attachment.html>
More information about the llvm-bugs
mailing list