search for: xargv

Displaying 3 results from an estimated 3 matches for "xargv".

Did you mean: argv
2015 Jan 20
2
[LLVMdev] [ LLI / MCJIT] re-initializing of lli ...
....de> wrote: > > Hi, > > I'm using the code of the tool "lli" embedded in a process of a controll > application. > > After the second JIT compile action I see the following messages: > > first JIT compile .. with a dump of the actual parameters: > > xargv: -load > xargv: libqwt.so > xargv: -load > xargv: libosz.so > xargv: -entry-function=main > xargv: -use-mcjit > xargv: source.bc -> the jitted application code works ! > > second JIT compile: > > xargv: -load > xargv: libqwt.so > xargv: -load > xargv: libos...
2015 Jan 20
2
[LLVMdev] Instruction Cost
Thanks all for replying! I'll try the CostModel class first. Jingyue On Thu, Jan 15, 2015 at 3:47 AM, Jonas Wagner <jonas.wagner at epfl.ch> wrote: > Hi, > > 3. CostModel::getInstructionCost::getInstructionCost in >> lib/Analysis/CostModel.cpp >> > > I've been using the CostModel class in a project, and it has worked quite > well. I don't have
2020 Mar 28
0
[klibc:update-dash] dash: options: Do not set commandname in procargs
...s <ben at decadent.org.uk> --- usr/dash/options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/dash/options.c b/usr/dash/options.c index 6f381e61..a46c23b9 100644 --- a/usr/dash/options.c +++ b/usr/dash/options.c @@ -159,7 +159,6 @@ procargs(int argc, char **argv) setinputfile(*xargv, 0); setarg0: arg0 = *xargv++; - commandname = arg0; } shellparam.p = xargv;