[LLVMbugs] [Bug 22648] New: TableGen miscompiled on ppc64(le)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 20 10:05:23 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22648
Bug ID: 22648
Summary: TableGen miscompiled on ppc64(le)
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: TableGen
Assignee: unassignedbugs at nondot.org
Reporter: octoploid at yandex.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
On both ppc64 and ppc64le TableGen gets obviously miscompiled:
...
Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o
Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o
error:ERROR: Couldn't find the `romInstrion' class!
lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make:321: recipe for
target 'lib/Target/X86/X86GenAsmWriter.inc.tmp' failed
make[2]: *** [lib/Target/X86/X86GenAsmWriter.inc.tmp] Error 1
make[2]: *** Waiting for unfinished jobs....
error:ERROR: Couldn't find the `romInstrion' class!
lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make:537: recipe for
target 'lib/Target/X86/X86GenFastISel.inc.tmp' failed
make[2]: *** [lib/Target/X86/X86GenFastISel.inc.tmp] Error 1
In file included from /home/trippels/llvm/lib/IR/Function.cpp:841:0:
/home/trippels/llvm_build/include/llvm/IR/Intrinsics.gen: In function
‘llvm::AttributeSet llvm::Intrinsic::getAttributes(llvm::LLVMContext&,
llvm::Intrinsic::ID)’:
/home/trippels/llvm_build/include/llvm/IR/Intrinsics.gen:42029:9: error: ‘eak’
was not declared in this scope
eak;
^
/home/trippels/llvm_build/include/llvm/IR/Intrinsics.gen:42037:9: error: ‘eak’
was not declared in this scope
eak;
^
/home/trippels/llvm_build/include/llvm/IR/Intrinsics.gen:42043:9: error: ‘eak’
was not declared in this scope
eak;
^
/home/trippels/llvm_build/include/llvm/IR/Intrinsics.gen:42051:9: error: ‘eak’
was not declared in this scope
...
llvm-3.6 is also affected. llvm-3.5 is fine.
--
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/20150220/6bdd8c53/attachment.html>
More information about the llvm-bugs
mailing list