[compiler-rt] 66530ba - [ORC-RT] Fix typo in include-guard comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 21:46:58 PDT 2023
Author: Lang Hames
Date: 2023-04-20T21:46:51-07:00
New Revision: 66530ba0b6ab4450bf0acb9795fc92fd42373082
URL: https://github.com/llvm/llvm-project/commit/66530ba0b6ab4450bf0acb9795fc92fd42373082
DIFF: https://github.com/llvm/llvm-project/commit/66530ba0b6ab4450bf0acb9795fc92fd42373082.diff
LOG: [ORC-RT] Fix typo in include-guard comment.
Added:
Modified:
compiler-rt/lib/orc/debug.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/debug.h b/compiler-rt/lib/orc/debug.h
index 4605d441c7cbb..a0bc653d032eb 100644
--- a/compiler-rt/lib/orc/debug.h
+++ b/compiler-rt/lib/orc/debug.h
@@ -53,4 +53,4 @@ void printdbg(const char *format, ...);
#define ORC_RT_DEBUG(X) ORC_RT_DEBUG_WITH_TYPE(DEBUG_TYPE, X)
-#endif // ORC_RT_COMMON_H
+#endif // ORC_RT_DEBUG_H
More information about the llvm-commits
mailing list