https://llvm.org/bugs/show_bug.cgi?id=29053
Bug ID: 29053 Summary: HowToUseJIT fails with 'Target does not support MC emission!' Product: libraries Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: MCJIT Assignee: unassignedb...@nondot.org Reporter: l...@henning-thielemann.de CC: llvm-bugs@lists.llvm.org Classification: Unclassified llvm-3.8.1.build$ bin/HowToUseJIT We just constructed this LLVM module: ; ModuleID = 'test' define i32 @add1(i32 %AnArg) { EntryBlock: %0 = add i32 1, %AnArg ret i32 %0 } define i32 @foo() { EntryBlock: %0 = tail call i32 @add1(i32 10) ret i32 %0 } Running foo: LLVM ERROR: Target does not support MC emission! -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs