search for: nozlib

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

2019 May 09
2
RFC: "REQUIRES: no*" considered harmful
...ot; or "not_" or "non-" that I can find, and it's trivial to have only positive versions (and in fact the last 4 already have positive versions): non-ms-sdk (clang only) non-ps4-sdk (clang only) not_COFF (llvm only) not_asan not_msan not_ubsan nozlib Very few in-tree tests are affected, and I'm happy to do that part. I'm finding 9 tests in clang, 6 tests in LLVM, and 1 test in LLDB that match the regex 'REQUIRES:.* no'. (The LLDB test is the other victim of "nowindows" that I've found.) If you believe this is a...
2012 Sep 24
4
SSL CRIME
Hi, Some of you have heard of CRIME, probably. from https://bugzilla.redhat.com/show_bug.cgi?id=857051 > Adding the following line to the /etc/sysconfig/httpd file: > > export OPENSSL_NO_DEFAULT_ZLIB=1 But there are other services but http that use ssl and are vulnerable? What is the optimal place for setting this environment variable system wide? I tried to set it in
2015 Sep 16
5
RFC: LTO should use -disable-llvm-verifier
> On Sep 16, 2015, at 9:45 AM, Teresa Johnson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Wed, Sep 16, 2015 at 7:47 AM, Teresa Johnson <tejohnson at google.com> wrote: >> On Tue, Sep 15, 2015 at 3:31 PM, Duncan P. N. Exon Smith via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> >>>> On 2015-Sep-02, at 19:31, Peter