You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: The preprocessor defines workaround various issues in libc and libc++ integration.
335
335
# These should be addressed and removed over time.
336
-
set(RUNTIMES_${target}_CMAKE_${lang}_local_flags "--target=${target} -Wno-atomic-alignment \"-Dvfprintf(stream, format, vlist)=vprintf(format, vlist)\"\"-Dfprintf(stream, format, ...)=printf(format)\"\"-Dgettimeofday(tv, tz)\"-D_LIBCPP_PRINT=1")
336
+
set(RUNTIMES_${target}_CMAKE_${lang}_local_flags "--target=${target} -Wno-atomic-alignment \"-Dvfprintf(stream, format, vlist)=vprintf(format, vlist)\"\"-Dfprintf(stream, format, ...)=printf(format)\" -D_LIBCPP_PRINT=1")
HelpText<"If an allocatable left-hand side of an intrinsic assignment is unallocated or its shape/type does not match the right-hand side, then it is automatically (re)allocated">;
0 commit comments