[llvm] 66b6cc3 - [ExecutionEngine] Ensure a newline at the end of a file (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 30 10:36:06 PDT 2022
Author: Kazu Hirata
Date: 2022-07-30T10:35:43-07:00
New Revision: 66b6cc3acd0dc15f9dce2276fe6ed31d8b8174b6
URL: https://github.com/llvm/llvm-project/commit/66b6cc3acd0dc15f9dce2276fe6ed31d8b8174b6
DIFF: https://github.com/llvm/llvm-project/commit/66b6cc3acd0dc15f9dce2276fe6ed31d8b8174b6.diff
LOG: [ExecutionEngine] Ensure a newline at the end of a file (NFC)
Added:
Modified:
llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h b/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h
index f7689e4e4043e..0d95fbf439b5a 100644
--- a/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h
+++ b/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h
@@ -58,4 +58,4 @@ class SEHFrameKeepAlivePass {
} // end namespace jitlink
} // end namespace llvm
-#endif // LLVM_EXECUTIONENGINE_JITLINK_SEHFRAMESUPPORT_H
\ No newline at end of file
+#endif // LLVM_EXECUTIONENGINE_JITLINK_SEHFRAMESUPPORT_H
More information about the llvm-commits
mailing list