[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:
parent
33df888217
commit
30d3bb598f
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user