Skip to content

Commit 30d3bb5

Browse files
committed
[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).
1 parent 33df888 commit 30d3bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,9 @@ set(aarch64_SOURCES
596596

597597
# Append sources specific to AArch64 targets that aren't supported by MSVC.
598598
if(NOT MSVC)
599-
list(APPEND aarch64_SOURCES aarch64/emupac.cpp)
599+
list(APPEND aarch64_SOURCES
600+
aarch64/emupac.cpp
601+
)
600602
endif()
601603

602604
set(COMPILER_RT_AARCH64_FMV_USES_GLOBAL_CONSTRUCTOR NOT(FUCHSIA OR APPLE))

0 commit comments

Comments
 (0)