[compiler-rt] 2385cf6 - [compiler-rt] Fix "interception" file name
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 09:29:41 PDT 2023
Author: Alexandre Ganea
Date: 2023-10-02T12:29:29-04:00
New Revision: 2385cf66e275d831fe5aeb8daa5afae9614be955
URL: https://github.com/llvm/llvm-project/commit/2385cf66e275d831fe5aeb8daa5afae9614be955
DIFF: https://github.com/llvm/llvm-project/commit/2385cf66e275d831fe5aeb8daa5afae9614be955.diff
LOG: [compiler-rt] Fix "interception" file name
Added:
Modified:
compiler-rt/lib/interception/interception_win.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/interception/interception_win.cpp b/compiler-rt/lib/interception/interception_win.cpp
index b2ba40902347f46..23d26ea94b51a66 100644
--- a/compiler-rt/lib/interception/interception_win.cpp
+++ b/compiler-rt/lib/interception/interception_win.cpp
@@ -1,4 +1,4 @@
-//===-- interception_linux.cpp ----------------------------------*- C++ -*-===//
+//===-- interception_win.cpp ------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list