[llvm] b88e938 - [NFC] Remove whitespaces in `llvm/CMakeLists.txt`

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 07:52:01 PST 2024


Author: GkvJwa
Date: 2024-11-16T23:51:57+08:00
New Revision: b88e938b1f95e60a8dfe33d1b2b131027d1acf25

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

LOG: [NFC] Remove whitespaces in `llvm/CMakeLists.txt`

Added: 
    

Modified: 
    llvm/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index cde4a999ea2e74..74b72c98253413 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -864,7 +864,7 @@ if(MSVC)
   if (BUILD_SHARED_LIBS)
     message(FATAL_ERROR "BUILD_SHARED_LIBS options is not supported on Windows.")
   endif()
- else()
+else()
   option(LLVM_BUILD_LLVM_C_DYLIB "Build libllvm-c re-export library (Darwin only)" OFF)
 endif()
 


        


More information about the llvm-commits mailing list