Skip to content

Commit

Permalink
Add newlines to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevereau committed Apr 17, 2024
1 parent 6a08ef5 commit 8427d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ include(CheckCXXSymbolExists)
check_cxx_symbol_exists(logf128 math.h HAS_LOGF128)
if(HAS_LOGF128)
target_compile_definitions(LLVMAnalysis PRIVATE HAS_LOGF128)
endif()
endif()
2 changes: 1 addition & 1 deletion llvm/test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,4 +616,4 @@ def have_ld64_plugin_support():
config.environment["OBJECT_MODE"] = "any"

if config.has_logf128:
config.available_features.add("has_logf128")
config.available_features.add("has_logf128")

0 comments on commit 8427d6a

Please sign in to comment.