This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Compilation Fails with createMCInstPrinter Error #3
Closed
Description
llvm[4]: Compiling ParseStmtAsm.cpp for Debug+Asserts build
/home/seanmk/workspace/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp:533:38: error:
reference to type 'const llvm::Triple' could not bind to an rvalue of type
'int'
TheTarget->createMCInstPrinter(1, *MAI, *MII, *MRI, *STI));
^
/home/seanmk/workspace/llvm/include/llvm/Support/TargetRegistry.h:411:54: note:
passing argument to parameter 'T' here
MCInstPrinter *createMCInstPrinter(const Triple &T, unsigned SyntaxVariant,
^
1 error generated.
Metadata
Metadata
Assignees
Labels
No labels