Skip to content

Commit 8427d6a

Browse files
committed
Add newlines to end of file
1 parent 6a08ef5 commit 8427d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ include(CheckCXXSymbolExists)
164164
check_cxx_symbol_exists(logf128 math.h HAS_LOGF128)
165165
if(HAS_LOGF128)
166166
target_compile_definitions(LLVMAnalysis PRIVATE HAS_LOGF128)
167-
endif()
167+
endif()

llvm/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ def have_ld64_plugin_support():
616616
config.environment["OBJECT_MODE"] = "any"
617617

618618
if config.has_logf128:
619-
config.available_features.add("has_logf128")
619+
config.available_features.add("has_logf128")

0 commit comments

Comments
 (0)