search for: ouput_dir

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

Did you mean: output_dir
2009 Apr 13
2
[LLVMdev] generation of shared libraries.
I am trying to run the LLVM hello world pass. I observe that in the OUPUT_DIR/lib the LLVMHello.a and LLVMHello.la libraries are generated. But I am confused as to how to generate the .so library file from here. I am kinda new to compilers and hence the question I know is basic , but couldnt figure the answer out myself. Thanks a lot for your help. Regards -- -- Apa...
2009 Apr 13
2
[LLVMdev] generation of shared libraries.
...ave SHARED_LIBRARY > and LOADABLE_MODULE defined in the Makefile. See here for more > details: http://llvm.org/docs/MakefileGuide.html#libraries > > On 13 Apr 2009, at 20:46, aparna kotha wrote: > > > I am trying to run the LLVM hello world pass. I observe that in the > > OUPUT_DIR/lib the LLVMHello.a and LLVMHello.la libraries are > > generated. But I am confused as to how to generate the .so library > > file from here. > > > > I am kinda new to compilers and hence the question I know is > > basic , but couldnt figure the answer out myself. >...
2009 Apr 13
0
[LLVMdev] generation of shared libraries.
...red libraries you need to have SHARED_LIBRARY and LOADABLE_MODULE defined in the Makefile. See here for more details: http://llvm.org/docs/MakefileGuide.html#libraries On 13 Apr 2009, at 20:46, aparna kotha wrote: > I am trying to run the LLVM hello world pass. I observe that in the > OUPUT_DIR/lib the LLVMHello.a and LLVMHello.la libraries are > generated. But I am confused as to how to generate the .so library > file from here. > > I am kinda new to compilers and hence the question I know is > basic , but couldnt figure the answer out myself. > > > Thanks a...
2009 Apr 13
0
[LLVMdev] generation of shared libraries.
...ave SHARED_LIBRARY > and LOADABLE_MODULE defined in the Makefile. See here for more > details: http://llvm.org/docs/MakefileGuide.html#libraries > > On 13 Apr 2009, at 20:46, aparna kotha wrote: > > > I am trying to run the LLVM hello world pass. I observe that in the > > OUPUT_DIR/lib the LLVMHello.a and LLVMHello.la libraries are > > generated. But I am confused as to how to generate the .so library > > file from here. > > > > I am kinda new to compilers and hence the question I know is > > basic , but couldnt figure the answer out myself. >...