diff options
-rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 0b7aea1ae27..33ab8830f72 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -54,8 +54,7 @@ run_lint() { } run_lint ${LLVM_LINT_FILTER} --filter=${LLVM_LINT_FILTER} \ - lib/Transforms/Instrumentation/*Sanitizer.cpp \ - lib/Transforms/Utils/SpecialCaseList.cpp & + lib/Transforms/Instrumentation/*Sanitizer.cpp & if [ "${COMPILER_RT}" == "" ]; then COMPILER_RT=projects/compiler-rt |