search for: gulhan

Displaying 4 results from an estimated 4 matches for "gulhan".

Did you mean: culhan
2013 Jan 06
1
[LLVMdev] Basic commands of llvm : fatal error
I just started using llvm and trying to use some basic commands of llvm, when i tried to execute clang -cc1 ~/hello.c -ast-print, i'm getting the error : 'fatal error: 'stdio.h' file not found' #include<stdio.h> ^int main(){ printf("hi\n"); return 0;} 1 error generated. so please help me out. Thanks! -------------- next part
2013 Jan 12
0
[LLVMdev] Error for 'make'
...n > tree'? (That is, within the source tree rather than in a build directory.) > You should build LLVM and Clang to, say, ~/llvm-build, and then go to > ~/llvm-build/tools/clang/examples/PrintFunctionNames and run make there. > > Stephen > > On 12 January 2013 16:41, Akash Gulhane <gulhane.akash at gmail.com> wrote: > >> Hello, >> I want to write my own plug-in. So when i tried to execute the >> PrintFumctionNames plug-in in llvm/tools/clang/examples/PrintFumctionNames >> i'm getting an error at first step of 'make' only. The...
2013 Jan 01
1
[LLVMdev] Help : Writting a LLVM pass
I'm working though http://llvm.org/docs/WritingAnLLVMPass.html, trying to write a very simple pass. I have followed all the steps mentioned in this document.But as mentioned I'm not getting any file named Hello.so in Debug+Asserts/lib folder(There is a file named LLVMHello.so only). I have also tried to modify Hello.cpp in lib/Transforms/Hello but these changes doesn't reflect
2013 Jan 12
0
[LLVMdev] Error for 'make'
Hello, I want to write my own plug-in. So when i tried to execute the PrintFumctionNames plug-in in llvm/tools/clang/examples/PrintFumctionNames i'm getting an error at first step of 'make' only. The error is : akash at ubuntu:~/llvm/tools/clang/examples/PrintFunctionNames$ make ../../../../Makefile.common:60: ../../../../Makefile.config: No such file or directory