search for: 1022238

Displaying 1 result from an estimated 1 matches for "1022238".

Did you mean: 1022239
2012 May 07
2
[LLVMdev] JIT support for inline asm on Linux
Hi, I'm using LLVM/clang from release 3.0. I have a program (C++) that will load a library in the form of LLVM bit code using the JIT. However, I see JIT errors when loading the bit code: "LLVM ERROR: JIT does not support inline asm" I read that MC JIT intends to fix this. I'm trying to build LLVM from the lastest trunk. Is there any special/extra thing to do to use