Ensure newlines at the end of files (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 17 Jul 2022 22:37:45 +0000 (15:37 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 17 Jul 2022 22:37:45 +0000 (15:37 -0700)
clang/lib/Basic/MakeSupport.cpp
libc/src/math/generic/CMakeLists.txt
llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp

index 37838f7..4ddfcc3 100644 (file)
@@ -32,4 +32,4 @@ void clang::quoteMakeTarget(StringRef Target, SmallVectorImpl<char> &Res) {
 
     Res.push_back(Target[i]);
   }
-}
\ No newline at end of file
+}
index 1a693e6..4158810 100644 (file)
@@ -1115,4 +1115,4 @@ add_entrypoint_object(
     libc.src.__support.FPUtil.generic.fmod
   COMPILE_OPTIONS
     -O3
-)
\ No newline at end of file
+)
index 43b9c2b..dc07eae 100644 (file)
@@ -524,4 +524,4 @@ COFFLinkGraphBuilder::exportCOMDATSymbol(COFFSymbolIndex SymIndex,
 }
 
 } // namespace jitlink
-} // namespace llvm
\ No newline at end of file
+} // namespace llvm
index 57cd4ba..1926977 100644 (file)
@@ -92,4 +92,4 @@ void SPIRVGeneralDuplicatesTracker::buildDepsGraph(
       }
     }
   }
-}
\ No newline at end of file
+}
index 58ae1f8..c2801fa 100644 (file)
@@ -171,4 +171,4 @@ public:
   }
 };
 } // namespace llvm
-#endif
\ No newline at end of file
+#endif
index af14aaa..65f97da 100644 (file)
@@ -332,4 +332,4 @@ PrepareContractToGPUMMASync::matchAndRewrite(vector::ContractionOp op,
 }
 
 } // namespace nvgpu
-} // namespace mlir
\ No newline at end of file
+} // namespace mlir
index 15f15b7..a5d85a7 100644 (file)
@@ -4,4 +4,4 @@ using namespace mlir;
 using namespace mlir::LLVM;
 
 #define GET_OP_CLASSES
-#include "mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc"
\ No newline at end of file
+#include "mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc"