[LLVMbugs] [Bug 22909] New: Unsupported target for RuntimeDyldCOFF r232318

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 15 06:07:28 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22909

            Bug ID: 22909
           Summary: Unsupported target for RuntimeDyldCOFF r232318
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: lli
          Assignee: unassignedbugs at nondot.org
          Reporter: kv at ok-roms.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14049
  --> https://llvm.org/bugs/attachment.cgi?id=14049&action=edit
Da bitcode file

Hello,

Sorry if I forgot something but I basically followed this :
http://llvm.org/docs/GettingStartedVS.html

I am testing the debug flavor (VS2013 - Windows 8.1) and all projects built
without problems. Both llvm and clang are synchronized to trunk 232318.

In the "An Example Using the LLVM Tool Chain" section, all the steps are
running fine except for the 3rd step. "lli hello.bc" throws the following (I
attached the *.bc file if needed):

Unsupported target for RuntimeDyldCOFF.
UNREACHABLE executed at
C:\LLVM\llvm\lib\ExecutionEngine\RuntimeDyld\RuntimeDyld
COFF.cpp:46!
0x01129699 (0x00000016 0x319D8679 0x02A5F6A0 0x02A5F5B4), HandleAbort() + 0x9
by
tes(s), c:\llvm\llvm\lib\support\windows\signals.inc, line 289
0x6F1AF7F9 (0x00000016 0x01129690 0x02A5F5B8 0x01131319), raise() + 0x2B9
bytes(
s)
0x6F1BB284 (0x02A5F604 0x02A5F5D4 0x00F12E11 0x01BCA5AC), abort() + 0x34
bytes(s
)
0x01131319 (0x01BCA5AC 0x01BCA568 0x0000002E 0x00000017),
llvm::llvm_unreachable
_internal() + 0x89 bytes(s), c:\llvm\llvm\lib\support\errorhandling.cpp, line
11
7 + 0x8 byte(s)
0x00F12E11 (0x02A5F5EC 0x00000017 0x02BE14E8 0xCCCCCCCC),
llvm::RuntimeDyldCOFF:
:create() + 0x31 bytes(s),
c:\llvm\llvm\lib\executionengine\runtimedyld\runtimed
yldcoff.cpp, line 47
0x00EF01DC (0x02A5F61C 0x00000017 0x02BE14E8 0x00000000),
llvm::createRuntimeDyl
dCOFF() + 0x2C bytes(s),
c:\llvm\llvm\lib\executionengine\runtimedyld\runtimedyl
d.cpp, line 856 + 0x11 byte(s)
0x00EEC4E1 (0x02A5F668 0x02BE99C8 0x02A5F774 0x02A5F6AC),
llvm::RuntimeDyld::loa
dObject() + 0x121 bytes(s),
c:\llvm\llvm\lib\executionengine\runtimedyld\runtime
dyld.cpp, line 892 + 0x39 byte(s)
0x00E7B045 (0x02BD8AC8 0x02A5FEB8 0x02A5F77C 0x02BD8AC8),
llvm::MCJIT::generateC
odeForModule() + 0x1A5 bytes(s),
c:\llvm\llvm\lib\executionengine\mcjit\mcjit.cp
p, line 201
0x00E7B2BF (0x0164E580 0x75159191 0xCCCCCCCC 0xCCCCCCCC),
llvm::MCJIT::finalizeO
bject() + 0x12F bytes(s), c:\llvm\llvm\lib\executionengine\mcjit\mcjit.cpp,
line
 238 + 0x16 byte(s)
0x00860A16 (0x00000002 0x02BCF170 0x02BD18A0 0x5F475C29), main() + 0x1266
bytes(
s), c:\llvm\llvm\tools\lli\lli.cpp, line 605 + 0x15 byte(s)
0x0164E449 (0x02A5FF1C 0x7515919F 0x7F544000 0x02A5FF64), __tmainCRTStartup() +
0x199 bytes(s), f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c, line 626 + 0x19
byte
(s)
0x0164E58D (0x7F544000 0x02A5FF64 0x7716B54F 0x7F544000), mainCRTStartup() +
0xD
 bytes(s), f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c, line 466
0x7515919F (0x7F544000 0x299D52C3 0x00000000 0x00000000), BaseThreadInitThunk()
+ 0xE bytes(s)
0x7716B54F (0xFFFFFFFF 0x771503F8 0x00000000 0x00000000),
RtlInitializeException
Chain() + 0x8F bytes(s)
0x7716B51A (0x0164E580 0x7F544000 0x00000000 0x00000000),
RtlInitializeException
Chain() + 0x5A bytes(s)

Any typical clue about what I did wrong ?

Thanks,
Kaveh

-- 
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/20150315/71a096ce/attachment.html>


More information about the llvm-bugs mailing list