Skip to content

Commit

Permalink
[NFC] Remove whitespaces in llvm/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
GkvJwa authored Nov 16, 2024
1 parent 46d750b commit b88e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b88e938

Please sign in to comment.