[compiler-rt] Tweak cmake formatting

No behavior change. For easier extraction of sources by grepping
(such as done by llvm/utils/gn/build/sync_source_lists_from_cmake.py).
This commit is contained in:
Nico Weber 2025-07-22 09:21:56 -04:00
parent 33df888217
commit 30d3bb598f

View File

@ -596,7 +596,9 @@ set(aarch64_SOURCES
# Append sources specific to AArch64 targets that aren't supported by MSVC.
if(NOT MSVC)
list(APPEND aarch64_SOURCES aarch64/emupac.cpp)
list(APPEND aarch64_SOURCES
aarch64/emupac.cpp
)
endif()
set(COMPILER_RT_AARCH64_FMV_USES_GLOBAL_CONSTRUCTOR NOT(FUCHSIA OR APPLE))