search for: llvm_new

Displaying 7 results from an estimated 7 matches for "llvm_new".

2016 Mar 09
3
PGO question
...bitcode seems to cause a problem as follows (my environment is 3.9.0, mid Feb trunk). $ clang -c -o main.bc -O2 -m64 -emit-llvm main.c $ opt -pgo-instr-gen main.bc -o main_inst.bc $ llc main_inst.bc -o main_inst.s instrprof failed to lower an increment UNREACHABLE executed at /home/suganuma/tools/llvm_new/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:5245! #0 0x00000000815ecc7a llvm::sys::PrintStackTrace (llvm::raw_ostream&) /home/suganuma/tools/llvm_new/llvm/lib/Support/Unix/Signals.inc:322:0 #1 0x00000000815ed02a PrintStackTraceSignalHandler (void*) /home/suganuma/tools/llvm_new/llvm/l...
2018 Jul 31
2
LLJVM make error
...devs, I was looking for converting LLVM IR to JavaBytecode by using lljvm project of https://github.com/davidar/lljvm They don't seem to compile, once i run *make* in the root directory it give me the error : cd include && make all make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/include' cd backend && make all make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/backend' c++ -I/usr/local/include -fPIC -fvisibility-inlines-hidde...
2018 Aug 01
2
LLJVM make error
...using lljvm project of https://github.com/davidar/lljvm <https://github.com/davidar/lljvm> > > They don't seem to compile, once i run make in the root directory it give > me the error : > > cd include && make all > make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/include' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/rtiwari1/llvm_new/lljvm/include' > cd backend && make all > make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/backend' > c++ -I/usr/local/include -fPIC -fvisi...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...tic int a; . Inside the LLVM bytecode I have @llvm.global.annotations and @llvm.var.annotation. However, I was trying to test annotations also in Java, with VMKit. These are the commands that I run: javac -Xlint -g -O Main.java ../Release+Asserts/bin/vmjc Main ../Release+Asserts/bin/j3 Main ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly My small program is : import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.reflect.Method; @Target(ElementType...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...have @llvm.global.annotations and @llvm.var.annotation. > > However, I was trying to test annotations also in Java, with VMKit. These > are the commands that I run: > > javac -Xlint -g -O Main.java > ../Release+Asserts/bin/vmjc Main > ../Release+Asserts/bin/j3 Main > ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly > > My small program is : > > import java.lang.annotation.ElementType; > import java.lang.annotation.Retention; > import java.lang.annotation.RetentionPolicy; > import java.lang.annotation.Target; > import java.la...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
...have @llvm.global.annotations and @llvm.var.annotation. > > However, I was trying to test annotations also in Java, with VMKit. > These are the commands that I run: > > javac -Xlint -g -O Main.java > ../Release+Asserts/bin/vmjc Main > ../Release+Asserts/bin/j3 Main > ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly > > My small program is : > > import java.lang.annotation.ElementType; > import java.lang.annotation.Retention; > import java.lang.annotation.RetentionPolicy; > import java.lang.annotation.Target; > import java.lan...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
.... >> >> However, I was trying to test annotations also in Java, with >> VMKit. These are the commands that I run: >> >> javac -Xlint -g -O Main.java >> ../Release+Asserts/bin/vmjc Main >> ../Release+Asserts/bin/j3 Main >> ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly >> >> My small program is : >> >> import java.lang.annotation.ElementType; >> import java.lang.annotation.Retention; >> import java.lang.annotation.RetentionPolicy; >> import j...