[Lldb-commits] [lldb] ce377df - Ensure newlines at the end of files (NFC)

Kazu Hirata via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 20 21:18:52 PDT 2022


Author: Kazu Hirata
Date: 2022-08-20T21:18:23-07:00
New Revision: ce377df57ee5c72f05f2d60d4850de01a5456685

URL: https://github.com/llvm/llvm-project/commit/ce377df57ee5c72f05f2d60d4850de01a5456685
DIFF: https://github.com/llvm/llvm-project/commit/ce377df57ee5c72f05f2d60d4850de01a5456685.diff

LOG: Ensure newlines at the end of files (NFC)

Added: 
    

Modified: 
    lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
    llvm/include/llvm/ExecutionEngine/JITLink/i386.h
    llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
    llvm/lib/ExecutionEngine/JITLink/i386.cpp
    llvm/lib/Support/ARMBuildAttrs.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
index d98e3c4c761a3..3c10d4aa314b2 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
@@ -745,4 +745,4 @@ lldb_private::npdb::GetRegisterSize(llvm::codeview::RegisterId register_id) {
     default:
       return 0;
   }
-}
\ No newline at end of file
+}

diff  --git a/llvm/include/llvm/ExecutionEngine/JITLink/i386.h b/llvm/include/llvm/ExecutionEngine/JITLink/i386.h
index c43f32b9016fd..b8671168bd8a5 100644
--- a/llvm/include/llvm/ExecutionEngine/JITLink/i386.h
+++ b/llvm/include/llvm/ExecutionEngine/JITLink/i386.h
@@ -35,4 +35,4 @@ const char *getEdgeKindName(Edge::Kind K);
 } // namespace jitlink
 } // namespace llvm
 
-#endif // LLVM_EXECUTIONENGINE_JITLINK_I386_H
\ No newline at end of file
+#endif // LLVM_EXECUTIONENGINE_JITLINK_I386_H

diff  --git a/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp b/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
index 456a80e1efba5..3994c2223a7c7 100644
--- a/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
+++ b/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
@@ -111,4 +111,4 @@ void link_ELF_i386(std::unique_ptr<LinkGraph> G,
 }
 
 } // namespace jitlink
-} // namespace llvm
\ No newline at end of file
+} // namespace llvm

diff  --git a/llvm/lib/ExecutionEngine/JITLink/i386.cpp b/llvm/lib/ExecutionEngine/JITLink/i386.cpp
index ef5b7a0ba8fc7..c086830827fbe 100644
--- a/llvm/lib/ExecutionEngine/JITLink/i386.cpp
+++ b/llvm/lib/ExecutionEngine/JITLink/i386.cpp
@@ -27,4 +27,4 @@ const char *getEdgeKindName(Edge::Kind K) {
 }
 } // namespace i386
 } // namespace jitlink
-} // namespace llvm
\ No newline at end of file
+} // namespace llvm

diff  --git a/llvm/lib/Support/ARMBuildAttrs.cpp b/llvm/lib/Support/ARMBuildAttrs.cpp
index 11fe0c6d49979..26f189302e373 100644
--- a/llvm/lib/Support/ARMBuildAttrs.cpp
+++ b/llvm/lib/Support/ARMBuildAttrs.cpp
@@ -75,4 +75,4 @@ static const TagNameItem tagData[] = {
 constexpr TagNameMap ARMAttributeTags{tagData};
 const TagNameMap &llvm::ARMBuildAttrs::getARMAttributeTags() {
   return ARMAttributeTags;
-}
\ No newline at end of file
+}


        


More information about the lldb-commits mailing list