Skip to content

Commit 44c5462

Browse files
author
George Karpenkov
committed
[libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests
With %run commands being present now, we want to make sure that they stay present. Differential Revision: https://reviews.llvm.org/D47293 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@333244 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 949c429 commit 44c5462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fuzzer/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
2-
list(REMOVE_ITEM LIBFUZZER_TEST_DEPS SanitizerLintCheck)
32
if (NOT COMPILER_RT_STANDALONE_BUILD)
43
list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan ubsan)
54
endif()

0 commit comments

Comments
 (0)