[llvm-bugs] [Bug 29053] New: HowToUseJIT fails with 'Target does not support MC emission!'

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 19 02:59:42 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: llvm at henning-thielemann.de
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160819/7d32057d/attachment.html>


More information about the llvm-bugs mailing list