[llvm-commits] [llvm] r72650 - in /llvm/trunk: include/llvm/CodeGen/JITCodeEmitter.h include/llvm/CodeGen/MachineCodeEmitter.h include/llvm/ExecutionEngine/JITMemoryManager.h lib/CodeGen/MachOWriter.cpp lib/CodeGen/MachOWriter.h lib/ExecutionEngine/JIT/JITEmitter.cpp lib/ExecutionEngine/JIT/JITMemoryManager.cpp
Julien Lerouge
jlerouge at apple.com
Wed Jun 3 00:20:30 PDT 2009
On Sat, May 30, 2009 at 11:50:33PM +0000, Bruno Cardoso Lopes wrote:
> Author: bruno
> Date: Sat May 30 18:50:33 2009
> New Revision: 72650
> URL: http://llvm.org/viewvc/llvm-project?rev=72650&view=rev
> Log:
> Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
> Modified:
> llvm/trunk/include/llvm/CodeGen/JITCodeEmitter.h
> llvm/trunk/include/llvm/CodeGen/MachineCodeEmitter.h
> llvm/trunk/include/llvm/ExecutionEngine/JITMemoryManager.h
> llvm/trunk/lib/CodeGen/MachOWriter.cpp
> llvm/trunk/lib/CodeGen/MachOWriter.h
> llvm/trunk/lib/ExecutionEngine/JIT/JITEmitter.cpp
> llvm/trunk/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
Hello Bruno,
I have a buildbot running some nightly tests here on MingW that started
to complain somewhere between r72618 and r72690.
Some of the tests we are running with lli are triggering the following
assertion:
Assertion failed: Addr && "Code generation didn't add function to
GlobalAddress table!", file
c:/cygwin/home/jlerouge/buildbot/llvm-src/lib/ExecutionEngine/JIT/JIT.cpp,
line 603
I realize this is very vague, but maybe you have any idea where that
could be coming from ? Those tests have been pretty stable for the last
couple month. I'll take a closer look in the coming days, but in the
meantime, I thought I'd give a heads up ;-)
Thanks,
Julien
--
Julien Lerouge
PGP Key Id: 0xB1964A62
PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62
PGP Public Key from: keyserver.pgp.com
More information about the llvm-commits
mailing list