Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] Regarding CMake options for LLVM"
2011 Feb 13
3
[LLVMdev] Compiling LLVM-Clang with MinGW on Windows
I'm a Windows user, and wish to run LLVM-Clang on Windows.
In Visual Studio 2010, buidling was fairly straightforward via the solution
file from CMake. However, there is no good document (thought I searched for
an hour) how to compile LLVM with MinGW on Windows.
I generated MinGW Makefile and build directories from CMake. I installed
entire MinGW+MSys packages. I tried to run "make -f
2011 Feb 13
0
[LLVMdev] Compiling LLVM-Clang with MinGW on Windows
On 2/12/2011 6:58 PM, nullnull wrote:
> I'm a Windows user, and wish to run LLVM-Clang on Windows.
> In Visual Studio 2010, buidling was fairly straightforward via the
> solution file from CMake. However, there is no good document (thought
> I searched for an hour) how to compile LLVM with MinGW on Windows.
> I generated MinGW Makefile and build directories from CMake.
Ok.
2005 May 03
1
Re: [Logcheck-commits] CVS logcheck/docs
On Tue, 2005-05-03 at 07:20 +0000, CVS User maks-guest wrote:
> Modified Files:
> logcheck.sgml
> Log Message:
>
> minor addition describe 3 layers.
> remove the url tag not recognized by docbook2man.
> +
> + <para>The reported messages are sorted in three different layers.
> + The system events verbosity is governed by aboves level choice.
> + The
2011 Aug 12
4
klibc current state
Hello,
While some people might scuba dive, let's summarize recent
progress and state (People cc'ed have either patches in
queue or are involved):
* Patches pending review, allmost ready for klibc
-------------------------------------------------
- mikew/drop_cap - kinit: Add drop_capabilities support
adds the ability to kinit to allow the dropping of POSIX
capabilities. (patch even
2013 Apr 18
2
gpxelinux.0 Unable to locate configuration file while pxelinux.0 works
I have a situation very similar to whats in
http://www.syslinux.org/archives/2013-January/019251.html
The server is setup to provide info over dhcp+tftp and I'm planning on
chaning that to dhcp+http so I copied gpxelinux.0 to pxelinux.0 and
started failing.
The client (in my case it's a hp proliant BL460c G7) manage to get
gpxelinux.0 loaded but when it comes to load the config file it
2014 Jul 08
2
[LLVMdev] [compiler-rt] clang_rt.builtins-${arch} library on windows
Is there any specific reason why the clang_rt.builtins-${arch} library is
disabled for windows builds?
if (NOT WIN32)
foreach(arch x86_64 i386 arm)
if(CAN_TARGET_${arch})
set_source_files_properties(${${arch}_SOURCES} PROPERTIES
LANGUAGE C)
add_compiler_rt_runtime(clang_rt.builtins-${arch} ${arch} STATIC
SOURCES ${${arch}_SOURCES}
CFLAGS
2006 Jun 02
1
Re: [PATCH] klibc
On Thu, 01 June 2006, H. Peter Anvin wrote:
> Brian F. G. Bidulock wrote:
> > On Thu, 01 Jun 2006, Bob Picco wrote:
> >>
> >> -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc_v9__)
> >> +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc_v9__) && \
> >> +
2001 Oct 25
1
Default $PATH of rsh (Was Re: What risk is X11Forward to a server?)
>Traditionally the rsh command (as implemented on SysV systems such as
>hpux which is where my experience comes from) implements
>/usr/local/bin:/usr/bin:/bin, etc., the operative directory being
>/usr/local/bin. But openssh does not. Which means I always need to
First I wouldn't say that HPUX was a good example of SysV, second
/usr/local/bin is certainly not ever placed in the
2018 Aug 29
1
kvm & keypad on Centos 7.5
Everyone,
I have a lab computer I am using to test kvm. It was difficult to
install with NetworkManager running. After I turned nm off I got the
bridge to work and to stay in place. NetworkManager kept chaning
things.
I have several things I would like to learn and to tweak with KVM and
virtal machines.
The first small tweak is how to turn on the keypad on a keyboard. I
have tried two
2017 May 31
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
OTOH,
> sapply(1:9, function(i){
+ sum(dfr$time <= quantile(dfr$time, 1./3., type = i))
+ })
[1] 8 8 6 6 6 6 8 6 6
Only the default (type = 7) and the first two types give the result lines()
gives now. I think there is plenty of reasons to give why any of the other
6 types might be better suited in Tukey's method.
So to my mind, chaning the definition of line() to give sensible
2004 Aug 06
9
Stuttering stream
> Done, and it's working... but not significantly better than before.
> Whereas before I couldn't clear a single song without the stream devolving
> into skipping, now I'm averaging between 15-20 minutes. Better, but still
> not acceptable.
THen I suggest you start to look elsewhere for your problem. libshout
is quite well tested and every time someone has thought it was
2004 Jan 21
1
[3.0, LDAP] smbpasswd fails in adding new accounts
Hello,
I recently switched an environment from Samba 2.x to 3.0 without any
major problems. LDAP database was converted and everything worked fine,
_including_ chaning passwords with smbpasswd.
However, I now had to create a new account, which failed. I created an
LDAP entry first, because I use LDAP for Unix-Authentification as well.
Afterwards, I wanted to add the Samba-specific attributes
2006 Oct 24
1
converting from courier questions
I currently run postfix and courier on my mail servers with squirrelmail.
The problem with courier is it seems to run so slow. The webmail takes
forever to load if you have many mails. I have this set up in virtual
domains with all longin and path info in an mysql database. I just joined
the list and DID google before asking, hope this isn't a common question.
With courier it looks for a
2011 Feb 17
2
[LLVMdev] Getting load/store byte size
I'm instrumenting memory loads and stores in a LLVM module pass. In this
work, I need to do
(1) Getting memory address of the operand, (Looks I've done correctly)
(2) Getting memory read/write size, (Question)
(3) Location id of the load/store instruction. (Easy, I've done)
For example, say that I'm reading a local variable 'a':
%1 = load i32* %a, align 4
I need to know
2004 Sep 01
2
dedup and sort rules
A non-text attachment was scrubbed...
Name: parse_logcheck
Type: application/octet-stream
Size: 3860 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040901/b1727d89/attachment.obj
2004 Oct 11
1
Bug#275946: Acknowledgement (newline not recognized when logcheck sends emails)
I upgraded to 1.2.28, same results.
Here are the rules I added.
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ perdition\[[0-9]+\]: Connect:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[NOTICE\]
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[INFO\]
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ exact\[[0-9]+\]:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ slapd\[[0-9]+\]:
^\w{3} [ :0-9]{11}
2004 May 15
2
Re: [Logcheck-commits] CVS logcheck/src
hey todd,
looked again at that return value check merge:
@@ -557,7 +584,8 @@
# the same lines) and reduce CPU and memory usage afterwards.
debug "Sorting logs"
$SORT -m $TMPDIR/logoutput/* | uniq | sed -e 's/ *$//' \
- > $TMPDIR/logoutput-sorted
+ > $TMPDIR/logoutput-sorted \
+ ||error "Could not output to $TMPDIR/logoutput-sorted Disk Full?"
i guess
2017 May 31
4
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
Seriously, if a method gives a wrong result, it's wrong. line() does NOT
implement the algorithm of Tukey, even not after the patch. We're not
discussing Excel here, are we?
The method of Tukey is rather clear, and it is NOT using the default
quantile definition from the quantile function. Actually, it doesn't even
use quantiles to define the groups. It just says that the groups
2005 Jun 21
3
Bug#315071: Results to your question
Hi,
See below:
# getent group adm
adm:x:4:root,adm,daemon
And:
# ls -l /var/log
total 20384
-rw-r----- 1 root adm 43310 Jun 21 16:00 auth.log
-rw-r----- 1 root adm 128247 Jun 19 06:47 auth.log.0
-rw-r----- 1 root adm 10318 Jun 12 06:47 auth.log.1.gz
-rw-r----- 1 root adm 9508 Jun 5 06:47 auth.log.2.gz
-rw-r----- 1 root adm 12475 May 29 06:47 auth.log.3.gz
2020 Jun 11
2
FileCheck: using numeric variable defined on same line with caveats
Hi,
TL;DR: Is it ok to allow numeric variables used on same line as defined except for CHECK-NOT and with false negatives?
FileCheck does not currently allow a numeric variable from being used on the same line they were defined. I have a tentative patch to add that support but it comes with caveats so before going through review I'd like to get consensus on whether those caveats are