[Mlir-commits] [mlir] 47d7e92 - [mlir] Ensure a newline at the end of a file (NFC)

Kazu Hirata llvmlistbot at llvm.org
Sun Jan 23 14:00:18 PST 2022


Author: Kazu Hirata
Date: 2022-01-23T13:59:59-08:00
New Revision: 47d7e922d8438c801198a2901a01fcd2cfbdb353

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

LOG: [mlir] Ensure a newline at the end of a file (NFC)

Added: 
    

Modified: 
    mlir/lib/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/CMakeLists.txt b/mlir/lib/CMakeLists.txt
index 467b0ae33dd87..05bfbb47e28e7 100644
--- a/mlir/lib/CMakeLists.txt
+++ b/mlir/lib/CMakeLists.txt
@@ -20,4 +20,4 @@ add_subdirectory(Translation)
 # Only enable the ExecutionEngine if the native target is configured in.
 if(TARGET ${LLVM_NATIVE_ARCH})
   add_subdirectory(ExecutionEngine)
-endif()
\ No newline at end of file
+endif()


        


More information about the Mlir-commits mailing list