[all-commits] [llvm/llvm-project] 8f9304: Temporarily Revert "[compiler-rt] [netbsd] Add sup...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Thu Dec 26 18:45:49 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f9304f559adf90a21e667f2af0f191cb4a057ac
https://github.com/llvm/llvm-project/commit/8f9304f559adf90a21e667f2af0f191cb4a057ac
Author: Eric Christopher <echristo at gmail.com>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
R compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
Log Message:
-----------
Temporarily Revert "[compiler-rt] [netbsd] Add support for versioned statvfs interceptors"
as it's failing the netbsd specific linter parts of the sanitizer linter:
llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc:23: Lines should be <= 80 characters long [whitespace/line_length]
llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp:2450: Do not use variable-length arrays. Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size.
This reverts commit 78f714f824fac8aa3fdd85908c41538bccefb959.
More information about the All-commits
mailing list