Displaying 7 results from an estimated 7 matches for "regsub".
2010 Dec 09
0
[LLVMdev] Parallel testsuite run breaks
greened at obbligato.org (David A. Greene) writes:
> For now, I think if I tweak the way I do the build to always build
> without pointing to llvm-gcc first, build and test LLVM then build
> llvm-gcc and re-build LLVM, it should work. It will take much longer,
> though. :(
I updated the bug explaining what I'm seeing. I think the correct fix
is to use absolute paths to tools
2010 Dec 10
2
[LLVMdev] Parallel testsuite run breaks
...I think the correct fix
> is to use absolute paths to tools being tested rather than relying on
> PATH.
So I tried adding this to llvm.exp::substitute:
[...]
global llvmdsymutil valgrind grep gas bugpoint_topts llvmtoolsdir
[...]
# Replace references to llvm tools to tools in OBJDIR.
regsub -all {bugpoint } $new_line "$llvmtoolsdir/bugpoint " new_line
regsub -all {llc } $new_line "$llvmtoolsdir/llc " new_line
regsub -all {lli } $new_line "$llvmtoolsdir/lli " new_line
regsub -all {llvm-ar } $new_line "$llvmtoolsdir/llvm-ar " new_line
regs...
2010 Dec 09
2
[LLVMdev] Parallel testsuite run breaks
Jason Kim <jasonwkim at google.com> writes:
>>> There is definitely something to this. If I take a random failing
>>> testcase and run the test in isolation in the shell, it works. So
>>> what, if anything, does lit/FileCheck/etc. do that might run
>>> interference if there is another copy of lit/FileCheck/etc. running
>>> at the same time? I
2005 May 11
2
Regsubsets()
Dear List members
I am using the regsubsets function to select a few predictor variables
using Mallow's Cp:
> sel.proc.regsub.full <- regsubsets(CO2 ~ v + log(v) + v.max + sd.v +
tad + no.stops.km + av.stop.T + a + sd.a + a.max + d + sd.d + d.max +
RPA + P + perc.stop.T + perc.a.T + perc.d.T + RPS + RPSS + sd.P.acc +
P.dec +...
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...ies and binaries
llvm-gcc-4.2 -I/opt/local/include -D_DEBUG -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -march=i386
--emit-llvm -O0 -c -I/usr/local/inferno/MacOSX/386/include
-I/usr/local/inferno/include -I/usr/local/inferno/utils/include
regaux.c regcomp.c regerror.c regexec.c regsub.c rregexec.c rregsub.c
llvm-ar crvs /usr/local/inferno/MacOSX/386/lib/libregexp.a regaux.o
regcomp.o regerror.o regexec.o regsub.o rregexec.o rregsub.o
llvm-ranlib /usr/local/inferno/MacOSX/386/lib/libregexp.a
llvm-gcc-4.2 -I/opt/local/include -D_DEBUG -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -D__STDC_C...
2004 Feb 02
3
layer7-filter with iptables problem
Hi
iam running FEDORA,
i have installed Source of iptable 1.2.9 with the patch layer7-iptables
patch done with out any errors
and i applied patch in kernel to the layer 7 patch
and i have select the required option by doing
make menyconfig
done
make dep
make bzImage
make modules
make modules_install
make install
and rebooted with customer kernel
when i type
iptables -t mangle -A
2005 Oct 09
3
[ subscripting sometimes loses names (PR#8192)
...l.fcn(x, ..., drop=F)
}
result
}
} else { # For R:
# First make sure that if you run this twice, you still get the
# real original function:
# Also remove the obnoxious "drop argument will be ignored" warning
# entirely from the function. I would like to regsub out the whole
# warning() call, but I can't seem to get that to work. So, just
# replace the first warning() call with a call to our dtk.null()
# function which does nothing. Fortunately, the warning() call we
# want to get rid of is indeed the first (actually the only) one:
#...