Displaying 2 results from an estimated 2 matches for "compiledprograms".
Did you mean:
compiledprogram
2007 Mar 30
1
[LLVMdev] Two ExecutionEngines from one Module
Hello everybody,
I'm pretty new to LLVM programming, so if this answer is pretty simple,
I apologize in advance. We are working with the released LLVM 1.9.
Say you have a class called CompiledProgram which is designed to contain
our Module and (potentially) our ExecutionEngine(s). In particular, I
would like to have an ExecutionEngine for running our program natively
and another for
2007 Nov 07
5
shorewall compile as non-root user
...excuse me if this has been discussed or even solved before, but
I could not find it in the archives.
I''m in the process of migrating several gateways to shorewall-lite,
keeping the configfiles on one central adminstrative machine,
basically following the guide at
http://www.shorewall.net/CompiledPrograms.html .
As I understand it, the local /etc/shorewall directory on the
administrative machine should not be used at all for the compilation.
All that matters should the export directory for the host currently
compiled. Because of that, I figured there should not be much reason
to be root while compi...