summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTDarwinUtils.cmake
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-01-08 00:07:50 +0000
committerVedant Kumar <vsk@apple.com>2016-01-08 00:07:50 +0000
commit7456a7a56d49df49ad3a09d5be2f4cdece2f5f8e (patch)
tree7dd10cfadb3d12787bb1b12f8ff555c5db01d197 /cmake/Modules/CompilerRTDarwinUtils.cmake
parent6ec496ab77a4ab9ce52dd8c454a79ff48fd8d7a8 (diff)
downloadcompiler-rt-7456a7a56d49df49ad3a09d5be2f4cdece2f5f8e.tar.gz
[cmake] Indentation fix (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/Modules/CompilerRTDarwinUtils.cmake')
-rw-r--r--cmake/Modules/CompilerRTDarwinUtils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CompilerRTDarwinUtils.cmake b/cmake/Modules/CompilerRTDarwinUtils.cmake
index caa4f689b..8be28d9a8 100644
--- a/cmake/Modules/CompilerRTDarwinUtils.cmake
+++ b/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -283,7 +283,7 @@ macro(darwin_add_builtin_libraries)
set(PROFILE_SOURCES ../profile/InstrProfiling
../profile/InstrProfilingBuffer
../profile/InstrProfilingPlatformDarwin
- ../profile/InstrProfilingWriter)
+ ../profile/InstrProfilingWriter)
foreach (os ${ARGN})
list_union(DARWIN_BUILTIN_ARCHS DARWIN_${os}_ARCHS BUILTIN_SUPPORTED_ARCH)
foreach (arch ${DARWIN_BUILTIN_ARCHS})