[compiler-rt] 0258a60 - [nfc][tsan] Clang format includes (#96599)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 10:03:15 PDT 2024
Author: Vitaly Buka
Date: 2024-06-25T10:03:12-07:00
New Revision: 0258a60cd97c5d44b150a6c954f992b39a6c4f2f
URL: https://github.com/llvm/llvm-project/commit/0258a60cd97c5d44b150a6c954f992b39a6c4f2f
DIFF: https://github.com/llvm/llvm-project/commit/0258a60cd97c5d44b150a6c954f992b39a6c4f2f.diff
LOG: [nfc][tsan] Clang format includes (#96599)
Added:
Modified:
compiler-rt/lib/tsan/rtl/tsan_mman.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/tsan/rtl/tsan_mman.cpp b/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
index db5d6d0713ce9..1e579c6a020e9 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
+++ b/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
@@ -9,17 +9,18 @@
// This file is a part of ThreadSanitizer (TSan), a race detector.
//
//===----------------------------------------------------------------------===//
+#include "tsan_mman.h"
+
#include "sanitizer_common/sanitizer_allocator_checks.h"
#include "sanitizer_common/sanitizer_allocator_interface.h"
#include "sanitizer_common/sanitizer_allocator_report.h"
#include "sanitizer_common/sanitizer_common.h"
#include "sanitizer_common/sanitizer_errno.h"
#include "sanitizer_common/sanitizer_placement_new.h"
+#include "tsan_flags.h"
#include "tsan_interface.h"
-#include "tsan_mman.h"
-#include "tsan_rtl.h"
#include "tsan_report.h"
-#include "tsan_flags.h"
+#include "tsan_rtl.h"
namespace __tsan {
More information about the llvm-commits
mailing list