Displaying 2 results from an estimated 2 matches for "not_ubsan".
2019 May 09
2
RFC: "REQUIRES: no*" considered harmful
...th "no" 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...
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