[compiler-rt] 54a4060 - [NFC] Clang-format includes
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 19:11:47 PDT 2021
Author: Vitaly Buka
Date: 2021-03-23T19:11:36-07:00
New Revision: 54a40606e80f366fb8f8f9d2959aefe6465950cd
URL: https://github.com/llvm/llvm-project/commit/54a40606e80f366fb8f8f9d2959aefe6465950cd
DIFF: https://github.com/llvm/llvm-project/commit/54a40606e80f366fb8f8f9d2959aefe6465950cd.diff
LOG: [NFC] Clang-format includes
Added:
Modified:
compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp b/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
index 988fbcc197faf..530dd30ab72c4 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
+++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
@@ -11,17 +11,18 @@
// Main file (entry points) for the TSan run-time.
//===----------------------------------------------------------------------===//
+#include "tsan_rtl.h"
+
#include "sanitizer_common/sanitizer_atomic.h"
#include "sanitizer_common/sanitizer_common.h"
#include "sanitizer_common/sanitizer_file.h"
#include "sanitizer_common/sanitizer_libc.h"
-#include "sanitizer_common/sanitizer_stackdepot.h"
#include "sanitizer_common/sanitizer_placement_new.h"
+#include "sanitizer_common/sanitizer_stackdepot.h"
#include "sanitizer_common/sanitizer_symbolizer.h"
#include "tsan_defs.h"
-#include "tsan_platform.h"
-#include "tsan_rtl.h"
#include "tsan_mman.h"
+#include "tsan_platform.h"
#include "tsan_suppressions.h"
#include "tsan_symbolize.h"
#include "ubsan/ubsan_init.h"
More information about the llvm-commits
mailing list