We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a08ef5 commit 8427d6aCopy full SHA for 8427d6a
llvm/lib/Analysis/CMakeLists.txt
@@ -164,4 +164,4 @@ include(CheckCXXSymbolExists)
164
check_cxx_symbol_exists(logf128 math.h HAS_LOGF128)
165
if(HAS_LOGF128)
166
target_compile_definitions(LLVMAnalysis PRIVATE HAS_LOGF128)
167
-endif()
+endif()
llvm/test/lit.cfg.py
@@ -616,4 +616,4 @@ def have_ld64_plugin_support():
616
config.environment["OBJECT_MODE"] = "any"
617
618
if config.has_logf128:
619
- config.available_features.add("has_logf128")
+ config.available_features.add("has_logf128")
0 commit comments