diff --git a/mlir/lib/CMakeLists.txt b/mlir/lib/CMakeLists.txt index 467b0ae33dd8..05bfbb47e28e 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()