[PATCH] D47293: [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests
George Karpenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 17:00:19 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT333244: [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests (authored by george.karpenkov, committed by ).
Herald added subscribers: Sanitizers, llvm-commits.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47293
Files:
test/fuzzer/CMakeLists.txt
Index: test/fuzzer/CMakeLists.txt
===================================================================
--- test/fuzzer/CMakeLists.txt
+++ test/fuzzer/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
-list(REMOVE_ITEM LIBFUZZER_TEST_DEPS SanitizerLintCheck)
if (NOT COMPILER_RT_STANDALONE_BUILD)
list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan ubsan)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47293.148513.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/defedbaa/attachment.bin>
More information about the llvm-commits
mailing list