search for: jllvm

Displaying 15 results from an estimated 15 matches for "jllvm".

Did you mean: llvm
2012 Nov 24
2
[LLVMdev] LLVMConfig not found
Hello. I am trying to install jllvm (http://code.google.com/p/jllvm/) on my gentoo linux system. I already have llvm-3.1 installed by the packager manager. The jllvm build mechanism uses the file LLVMConfig.cmake. There is no such file installed on my system. Therefore I cannot install jllvm. Checking the sources of llvm-3.1 and l...
2010 Nov 03
2
[LLVMdev] LLVM Cmake module?
...; writes: > OK, I'm just going to paste in my CMakeLists.txt file. Like I said, > I'm building an LLVM install myself by untarring llvm, mkdir build in > the root dir of the source, cd build/, cmake .., make. > >> cmake_minimum_required (VERSION 2.6) >> project (libjllvm) >> add_library(jllvm Analysis_wrap.c BitReader_wrap.c BitWriter_wrap.c >> Core_wrap.c EnhancedDisassembly_wrap.c ExecutionEngine_wrap.c >> LinkTimeOptimizer_wrap.c lto_wrap.c Target_wrap.c >> Transforms/IPO_wrap.c Transforms/Scalar_wrap.c) >> >> # A convenience...
2010 Nov 03
0
[LLVMdev] LLVM Cmake module?
...ctly (can those files be included in "normal" builds, or will LLVM switch to CMake as its primary build system?). Now I'm running into the problem of cflags or includes or something not being set properly. CMakeLists.txt: > cmake_minimum_required (VERSION 2.6) > project (libjllvm) > add_library(jllvm Analysis_wrap.c BitReader_wrap.c BitWriter_wrap.c > Core_wrap.c EnhancedDisassembly_wrap.c ExecutionEngine_wrap.c > LinkTimeOptimizer_wrap.c lto_wrap.c Target_wrap.c > Transforms/IPO_wrap.c Transforms/Scalar_wrap.c) > > # A convenience variable: > set(LL...
2012 Oct 08
2
[LLVMdev] A Java version of LLVM Core for LLVM IR Analysis: JLLVM
Hi all, I'm Hao Liu, a 3rd year graduate student of Shanghai Jiao Tong University in China. We've build a project named JLLVM, and it's a java version of LLVM Core for Java developers. Our motivation is simple: The LLVM project is a great job. But it is for C++ developers. *It's difficult for Java developers to analysis LLVM IR*(intermediate representation). So we build a project use Java to implement a LLVM...
2010 Nov 03
6
[LLVMdev] LLVM Cmake module?
...lled correctly (can those files be > included in "normal" builds, or will LLVM switch to CMake as its > primary build system?). Now I'm running into the problem of cflags or > includes or something not being set properly. [snip] >> [ 9%] Building C object CMakeFiles/jllvm.dir/Analysis_wrap.c.o >> In file included from /usr/include/llvm-c/Core.h:36, >> from /usr/include/llvm-c/Analysis.h:22, >> from >> /home/eli/Programs/decac/src/jllvm/llvm/Analysis_wrap.c:190: >> /usr/include/llvm/System/DataTypes.h:46...
2010 Nov 04
0
[LLVMdev] LLVM Cmake module?
After I actually get everything compiling, install the library, and load it from my Java program, I get the following: > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/lib/libjllvm.so: /usr/lib/libjllvm.so: undefined symbol: > _ZTVN10__cxxabiv120__si_class_type_infoE If I have to guess, this means that the CMake stuff given is linking to the C++ libraries of LLVM when I wanted them linking to the C bindings. Any ideas? I definitely included the headers for the C bindi...
2012 Jul 07
2
[LLVMdev] Problem in LLVM CMake modules
...ngs from fresh LLVM 3.1 headers, and did a slight rewrite of my CMakeLists.txt file for building the C code. Problem is, cmake no longer finishes at all. I receive the following output, and then it just runs forever (while still responding to a CTRL-C): > eli at eli-netbook:~/Programs/jllvm/src/org/jllvm/bindings$ cmake . > -- The C compiler identification is GNU > -- The CXX compiler identification is GNU > -- Check for working C compiler: /usr/bin/gcc > -- Check for working C compiler: /usr/bin/gcc -- works > -- Detecting C compiler ABI info > -- Detecting C compil...
2012 Oct 19
0
[LLVMdev] A Java version of LLVM Core for LLVM IR Analysis: JLLVM
Hi Liu, Take a look on [1], maybe you can put your project link on that page. ;) Regards, chenwj [1] http://llvm.org/ProjectsWithLLVM/ -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
2010 Nov 09
0
[LLVMdev] linking error in LLVM C bindings.
...actually connect things up to *use* the binding library I built, I run into an unresolved symbol error with respect to the function LLVMWriteBitcodeToFile(). The assembly dump showing that my library does have that function follows: > eli at eli-netbook:~/Programs/decac$ objdump -d > src/jllvm/llvm/libjllvm.so | grep LLVMWriteBitcodeToFile > 0055cd54 <LLVMWriteBitcodeToFileHandle at plt>: > 0058c504 <LLVMWriteBitcodeToFile at plt>: > 0059b577 <Java_jllvm_llvm_BitWriterJNI_LLVMWriteBitcodeToFile>: > 59b5bd: 74 32 je 59b5f1 > &l...
2012 Mar 19
0
[LLVMdev] a place for listing LLVM binding implementations?
Hello Everyone > bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to > be more about self-contained applications of LLVM. I think it would be > useful to add a page (or section to an existing page) if you all > agree. My binding is https://github.com/keithshep/llvm-fs and I know > that there are many others. +1. Keith, if you'll create such page including
2012 Nov 18
1
[LLVMdev] Java bindings for llvm
Hello. Which Java bindings for LLVM do you recommend for use in an undergraduate compiler construction course? Romildo
2012 Mar 18
4
[LLVMdev] a place for listing LLVM binding implementations?
Hello, I didn't see any section on this site for LLVM language bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to be more about self-contained applications of LLVM. I think it would be useful to add a page (or section to an existing page) if you all agree. My binding is https://github.com/keithshep/llvm-fs and I know that there are many others. Best, Keith
2006 Mar 16
0
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Vladimir Prus wrote: > So, it looks either the snapshot is not in stable state, or there's > something seriously wrong with type name handling. At this point I gave up > on quickly fixing this, so I've applied the third attached patch to LLVM, > which "fixes" this issue completely. Ah, hell, as soon as I've send this email I've updated from CVS to find that
2006 Mar 16
2
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...sm.c =================================================================== --- varasm.c (revision 112246) +++ varasm.c (working copy) @@ -4759,6 +4759,13 @@ assemble_alias (tree decl, tree target) } # endif #endif + + /* APPLE LOCAL begin LLVM */ +#ifdef ENABLE_LLVM + inform ("%JLLVM does not support aliases yet", decl); + return; +#endif + /* APPLE LOCAL end LLVM */ /* We must force creation of DECL_RTL for debug info generation, even though we don't use it here. */ -Chris -- http://nondot.org/sabre/ http://llvm.org/
2006 Mar 16
2
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Evan Cheng wrote: > Hi, > > Here is the follow on patch for this problem. Please apply this from > the top of the tree and rebuild. With the patch from Chris and then the patch from you combined, the previous error disappeared, but I get another error, reduced to this: ./cc1 -fpreprocessed libgcc2.i -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_clz.o -g -O2