[compiler-rt] 2f4c3c5 - [NFC] Fix sanitizer lint problem that's breaking Android bot.
Mitch Phillips via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 08:49:02 PST 2019
Author: Mitch Phillips
Date: 2019-12-18T08:47:31-08:00
New Revision: 2f4c3c565a34b2c30fb883c85acbf4114b455c26
URL: https://github.com/llvm/llvm-project/commit/2f4c3c565a34b2c30fb883c85acbf4114b455c26
DIFF: https://github.com/llvm/llvm-project/commit/2f4c3c565a34b2c30fb883c85acbf4114b455c26.diff
LOG: [NFC] Fix sanitizer lint problem that's breaking Android bot.
Fixes the lint issue introduced by
e14ff22694c28b5e731502bfc30192b3208d4d8d
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
index 716650f4a2a9..fb9d4ee124dd 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
@@ -109,7 +109,7 @@
#include <dev/dmover/dmover_io.h>
#include <dev/dtv/dtvio_demux.h>
#include <dev/dtv/dtvio_frontend.h>
-#if !__NetBSD_Prereq__(9,9,26)
+#if !__NetBSD_Prereq__(9, 9, 26)
#include <dev/filemon/filemon.h>
#else
#define FILEMON_SET_FD _IOWR('S', 1, int)
More information about the llvm-commits
mailing list