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 42bfe14 commit 3097207Copy full SHA for 3097207
flang/cmake/modules/FlangCommon.cmake
@@ -24,7 +24,7 @@ set(FLANG_RUNTIME_F128_MATH_LIB "" CACHE STRING
24
is mapped to long double, etc."
25
)
26
if (FLANG_RUNTIME_F128_MATH_LIB)
27
- add_compile_definitions("FLANG_RUNTIME_F128_MATH_LIB=${FLANG_RUNTIME_F128_MATH_LIB}")
+ add_compile_definitions(FLANG_RUNTIME_F128_MATH_LIB="${FLANG_RUNTIME_F128_MATH_LIB}") # FIXME: quoting hell
28
endif()
29
30
# Check if 128-bit float computations can be done via long double
0 commit comments