[compiler-rt] 9afe78d - [ORC-RT] Fix a typo in file header.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 15 22:25:15 PST 2023
Author: Lang Hames
Date: 2023-01-15T22:25:10-08:00
New Revision: 9afe78d1fc090d219ca65c1cfec981a8aadf8c31
URL: https://github.com/llvm/llvm-project/commit/9afe78d1fc090d219ca65c1cfec981a8aadf8c31
DIFF: https://github.com/llvm/llvm-project/commit/9afe78d1fc090d219ca65c1cfec981a8aadf8c31.diff
LOG: [ORC-RT] Fix a typo in file header.
Added:
Modified:
compiler-rt/lib/orc/tests/unit/executor_address_test.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/tests/unit/executor_address_test.cpp b/compiler-rt/lib/orc/tests/unit/executor_address_test.cpp
index e0466b65392cc..05b91f3f86095 100644
--- a/compiler-rt/lib/orc/tests/unit/executor_address_test.cpp
+++ b/compiler-rt/lib/orc/tests/unit/executor_address_test.cpp
@@ -1,4 +1,4 @@
-//===-- extensible_address_test.cpp ---------------------------------------===//
+//===-- executor_address_test.cpp -----------------------------------------===//
//
// 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