[compiler-rt] r337193 - [libFuzzer] Add msan and dfsan to test deps.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 13:28:04 PDT 2018


Thanks!

On Mon, Jul 16, 2018 at 12:48 PM Alex L <arphaman at gmail.com> wrote:

> Hi Matt,
> This commit broke our internal Darwin CI. I committed r337203 that adds
> them to the test dependencies only if compiler-rt supports them.
>
> Cheers,
> Alex
>
> On 16 July 2018 at 12:31, Matt Morehouse via llvm-commits <
> llvm-commits at lists.llvm.org> wrote:
>
>> Not sure.  If a bot fails, I will check for linux before adding the
>> dependencies.
>>
>> On Mon, Jul 16, 2018 at 12:24 PM Kostya Serebryany <kcc at google.com>
>> wrote:
>>
>>> Will this work on non-linux, where msan/dfsan are not present?
>>>
>>> On Mon, Jul 16, 2018 at 10:42 AM Matt Morehouse via llvm-commits <
>>> llvm-commits at lists.llvm.org> wrote:
>>>
>>>> Author: morehouse
>>>> Date: Mon Jul 16 10:37:15 2018
>>>> New Revision: 337193
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=337193&view=rev
>>>> Log:
>>>> [libFuzzer] Add msan and dfsan to test deps.
>>>>
>>>> Required now that we have tests using MSan and DFSan.
>>>>
>>>> Modified:
>>>>     compiler-rt/trunk/test/fuzzer/CMakeLists.txt
>>>>
>>>> Modified: compiler-rt/trunk/test/fuzzer/CMakeLists.txt
>>>> URL:
>>>> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/CMakeLists.txt?rev=337193&r1=337192&r2=337193&view=diff
>>>>
>>>> ==============================================================================
>>>> --- compiler-rt/trunk/test/fuzzer/CMakeLists.txt (original)
>>>> +++ compiler-rt/trunk/test/fuzzer/CMakeLists.txt Mon Jul 16 10:37:15
>>>> 2018
>>>> @@ -1,6 +1,6 @@
>>>>  set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
>>>>  if (NOT COMPILER_RT_STANDALONE_BUILD)
>>>> -  list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan ubsan)
>>>> +  list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan msan ubsan dfsan)
>>>>    if(NOT APPLE AND COMPILER_RT_HAS_LLD)
>>>>      list(APPEND LIBFUZZER_TEST_DEPS lld)
>>>>    endif()
>>>>
>>>>
>>>> _______________________________________________
>>>> llvm-commits mailing list
>>>> llvm-commits at lists.llvm.org
>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>>>
>>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/31ecce19/attachment.html>


More information about the llvm-commits mailing list