Skip to content
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
@seanmkauffman

Description

@seanmkauffman
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions